I am trying get meetings for date range & color category, but also need each meeting's adjacent/conflict meetings(even though they don't match color category filter)
Tried adding below in soap request
<ItemShape>
<ns2:BaseShape>IdOnly</ns2:BaseShape>
<ns2:AdditionalProperties>
<ns2:FieldURI FieldURI="calendar:AdjacentMeetings"/>
<ns2:FieldURI FieldURI="calendar:ConflictingMeetings"/>
</ns2:AdditionalProperties>
</ItemShape>
But still results are not getting me adjacent/conflict meetings.
appreciate your help in getting adjacent meetings.