Reputation: 629
Looks like OutlookServices-V2.0 last Updated on Oct 27 2016 and there is no info about beta / next versions https://www.nuget.org/packages/Microsoft.Office365.OutlookServices-V2.0/
but the Rest Api has beta version available. https://msdn.microsoft.com/office/office365/APi/complex-types-for-mail-contacts-calendar#UseODataqueryparametersSearchrequests
what is the guidance regarding this, Move to Rest Api or wait for OutlookServices ?
Upvotes: 0
Views: 126
Reputation: 17702
That NuGet package won't be updated. So the guidance here would be to move to Microsoft Graph API (if possible), and failing that, to invoke the REST API directly.
Upvotes: 1