Hello,
Currently, I can use SOAP called to get appointments using "Exchange Web Services GetUserAvailabilityRequest". But the response does not include <Importance> field. How can I get this field included in response? I set the FreeBusyViewOptions as follows;
<FreeBusyViewOptions xmlns="http://schemas.microsoft.com/exchange/services/2006/types"><TimeWindow><StartTime>2013-09-11T00:00:00</StartTime><EndTime>2013-09-11T23:59:59</EndTime></TimeWindow><MergedFreeBusyIntervalInMinutes>30</MergedFreeBusyIntervalInMinutes><RequestedView>Detailed</RequestedView></FreeBusyViewOptions>
The documentation says that it should return Importance.
dfdf