ms office - O365 Calendar API recurring meeting info not returned -
i using o365 api calendar, understand in preview. when querying /calendar/events endpoints, created events returned, not seem returning correct "recurrence" info. made several events in o365 recur every workday no end date, api not seem return info.
is there workaround meeting recurring info?
photohunts, see recurrence information, need navigate specific event. example:
https://outlook.office365.com/ews/odata/me/events('aamkadu5owrjmwiwlthmntmtngm0nc1im2uwlwezode3njzlotawyqbgaaaaaabhjwdlvpxlriwlplz9wovhbwagqpuo3lpftzqqq7hnvcbiaaab3pf9aabbcwib9ta-tatlczumgiyyaachmwvwaaa=')
you see information below:
recurrence: { pattern: { type: "weekly", interval: 1, month: 0, index: "first", firstdayofweek: "sunday", dayofmonth: 0, daysofweek: [ "thursday" ] }, range: { type: "enddate", startdate: "2014-07-03t00:00:00-07:00", enddate: "2014-12-31t00:00:00-08:00", numberofoccurrences: 0 } }
Comments
Post a Comment