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.