Vikram Singh
Vikram Singh

Reputation: 57

Exchange EWS GetUserAvailability() not returns meeting from all calendar

I am using Exchange EWS api to getting all meeting in a time range. using below link. https://msdn.microsoft.com/en-us/library/office/dn643673%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396

I have pass my email address in attendeeInfo. This will return me only main calendar event. I need other calendar meeting also. How can i fetch other calendar (Sub calendar meeting). I have calendar-Id, But how pass it in my API call.

Upvotes: 0

Views: 1015

Answers (1)

Glen Scales
Glen Scales

Reputation: 22032

No GetUserAvailbility will only return events from the default Calendar folder, this is because it uses the FreeBusy information which is only published for the default Calendar Folder. If you want details of a secondary calendar then you will need to query that directly.

Upvotes: 0

Related Questions