Access a shared calendar (such as a meeting room via Office 365 REST API) -


i'm using office 365 rest api access account's calendars. i'd access calendars account has access to, in particular meeting rooms calendars appearing in "other calendars" section in office 365 interface.

for now, if query "https://outlook.office365.com/api/v1.0/me/calendars" endpoint, got calendars own, not meeting rooms calendars.

any clue on how them (via office 365 rest api) ?

the rest api doesn't support access other user's calendars when logging in user. can use client credentials model grant app access calendars in organization , access them way.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -