Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 42 forks source link

OneNote Support #145

Open romanzenka opened 1 year ago

romanzenka commented 1 year ago

Here I am again. We would like to access OneNote contents (list pages and page groups in notebooks) to analyze how are people using a shared OneNote notebook.

I will look into calling OneNote APIs from the package, even if it is initially very limited (we just want metadata, not the page contents themselves). Is anyone else interested in this usecase?

hongooi73 commented 1 year ago

Don't forget, you can use the AzureGraph package to communicate with the Graph API directly if you don't want to deal with the other bits of MS365. (Kind of a bad name for the package, but it's too late to change now.)