Get calendar events by OutlookServicesClient
问题 I have the same issue reported in this thread Office365 REST v1.0 API calendar does not return recurrences The answer says to use https://outlook.office365.com/api/v1.0/Me/CalendarView instead of https://outlook.office365.com/api/v1.0/Me/Events to get all events (including ocurrences of series) My problem is that I'm using the OutlookServicesClient to call de O365 API. This is how I call the ".../events": var eventsResults = await (from i in outlookServicesClient.Me.Events where i.Start >=