https://github.com/dhcgn/uploadoutlookcalandaranonymizedtogoogle
Uploads your outlook events to google calendar in a anonymized form
https://github.com/dhcgn/uploadoutlookcalandaranonymizedtogoogle
Last synced: 3 months ago
JSON representation
Uploads your outlook events to google calendar in a anonymized form
- Host: GitHub
- URL: https://github.com/dhcgn/uploadoutlookcalandaranonymizedtogoogle
- Owner: dhcgn
- Created: 2017-07-20T18:56:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:25:54.000Z (over 2 years ago)
- Last Synced: 2025-01-23T13:08:21.604Z (5 months ago)
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UploadOutlookCalandarAnonymizedToGoogle
This program reads your events from Outlook for the next 3 months and uploads a very small subset of event information to the employees personal calendar.
The idea is, that the employee can benefit from BYOD but with no confidential data is leaked.
## Inhouse Exchange Calendar
Subject: Meeting with John Miller
Time: 01.01.2017 10:00 - 12:00
Location: Room 23
Participant: CIO John Wick, James Smith
Content: Confidential Information XZY
Attachements: confidential.pdf## Employee Calendar
Subject: MWJM
Time: 01.01.2017 10:00 - 12:00
Location: Room 23
Participant: *null*
Content: *null*
Attachements: *null*## Details
**Only** these fields are uploaded:
| Name | comment |
|-|-|
| Subject | **one Word one letter** (so the employee can derive thie origin event)|
| Time | 1:1 |
| Location | 1:1 |## Build this program
In order to build this program you need to create your own client secret from Google.
## Usage
Get all of your calendar ids
`file.exe GetCalendar`
Sync the events from Outlook to this calander (will drop existing events, so you really should use a seperate calander instance)
`file.exe Sync `