Use me/calendar/events?$orderby=start/dateTime
and get the first record dateTime in Start. From there you can use that dateTime in /calendarview endpoint.
(If the reply was helpful please don't forget to upvote or accept as answer, thank you)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are developing an app to integrate Outlook calendars, is there a way to find out the farthest date I can supply to List calendarView for the parameter startDateTime? our aim is to have the Users manage all events in our app and and I frequently get date range errors and right now I just hard-coded it to fetch from 2016 onward.
It may also apply to how far ahead in the future I can supply to the parameter endDateTime?
https://learn.microsoft.com/en-us/graph/api/calendar-list-calendarview?view=graph-rest-1.0&tabs=http
Thank you and appreciate the help.
Thank you, will definitely try this out, appreciate the reply.
Let me know if that helped you or not.
It worked! thank you very much!
Glad to here that it helped you :)-
Sign in to comment