Hacker News new | ask | show | jobs
by mksybr 787 days ago
You can sign into Graph Explorer and get an access token there:

https://developer.microsoft.com/en-us/graph/graph-explorer

No clue how long it lasts.

1 comments

Oh, that is cool!

But corporate IT has apparently blocked being able to use graph-explorer.

Thank you anyway! :)

You 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.cal...

[2] https://github.com/TomSmeets/export-outlook-to-ics/blob/mast...

Guess it’s time to scrape your calendar from web?