Hello,
I want to get all the entries of a calendar with a SOAP call. I am using FindItem call without the CalendarView so that i get only RecurringMaster and Single Entry. Now i want to get the meetings only with the CalendarItemType as RecurringMaster and
Single in two separate SOAP requests.
I understand using the Restriction filter to get the meeting , but using the same filter i am unable to get RecurringMaster and Single meetings seperately.
Can anyone please help me so that i can have a restriction that exchange sends me only the recurring meetings.
The main purpose of me opting this approach is since i can only get a maximum of 512bytes in a single Find Item request.
Please help me in getting the calendar details. Thanks in advance