Can't be able to fetch events, calendars and calendar view of the specific user
Karupusamy
0
Reputation points
Hi All,
Can't be able to fetch calendar view of the specific user.
Fetch my calendars, events and calendar view are working well.
After we were trying to fetch calendars, events or calendar view of the specified user, it does not work.
Working API's:
/me/calendar/calendarView?startDateTime={start_datetime}&endDateTime={end_datetime}
Not working API's:
Throw error like
{
"code": "ErrorItemNotFound",
"message": "The specified object was not found in the store."
}
/users/{id | userPrincipalName}/events
/users/{id | userPrincipalName}/calendars
Enabled permissions screenshot for your reference attached below:
Thank you.
Sign in to answer