Reputation: 11
I need to synchronize my application's calendar with client outlook calendar. My clients may have Outlook 2002-Outlook 2016 and Outlook 365. Does Microsoft Graphs REST calendar API support all these versions?
Thanks
Upvotes: 0
Views: 869
Reputation: 2447
The version of Outlook or any mail client isn't what determines compatibility with Microsoft Graph. Outlook is just a client that connects to an Exchange mail server. Graph works with Office 365 and on-prem Exchange 2016. Hybrid support (Microsoft Graph connecting to an on-prem Exchange server) is documentated at https://developer.microsoft.com/en-us/graph/docs/concepts/hybrid_rest_support
Upvotes: 1