Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
675
Retrieving all of a user's calendars from exchange schedule data connector
posted

I'm using ExchangeScheduleDataConnector to connect to Exchange 2010. The connection works just fine and I can see and edit appointments on the main calendar with no problems.

This user has multiple calendars though, and I want to see all of them. 

Is there a way to retrieve all the calendars for a user?

Any help would be appreciated.

Parents
  • 44743
    Verified Answer
    posted

    After the user has been loaded, you can find the Resource for the user in the connector's ResourceItems collection. That resource has a Calendars collection which contains all calendars retrieved from the server for that user.

Reply Children