4 ms·
You can sign into Graph Explorer and get an access token there: https://developer.microsoft.com/en-us/graph/graph-explorer https://developer.microsoft.com/en-u
by mksybr 2y ago
You can sign into Graph Explorer and get an access token there:
https://developer.microsoft.com/en-us/graph/graph-explorer https://developer.microsoft.com/en-us/graph/graph-explorer
No clue how long it lasts.
- bloopernova 2y agoOh, that is cool! But corporate IT has apparently blocked being able to use graph-explorer. Thank you anyway! :)
- bckr 2y agoGuess it’s time to scrape your calendar from web?
- tsmeets 2y agoYou can also use the outlook COM API and extract the data from the running outlook instance [1]. See [2] for a python example that extracts a '.ics' file. [1] https://learn.microsoft.com/en-us/office/vba/api/outlook.calendarmodule https://learn.microsoft.com/en-us/office/vba/api/outlook.cal... [2] https://github.com/TomSmeets/export-outlook-to-ics/blob/master/main.py https://github.com/TomSmeets/export-outlook-to-ics/blob/mast...