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://docs.microsoft.com/en-us/graph/api/calendar-list-calendarview?view=graph-rest-1.0&tabs=http
Thank you and appreciate the help.