0
votes

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.

1

1 Answers

0
votes

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.