Get all appointments of all users or get all appointments of one room
I would like to get all appointments giving a specific date peroid. I check the API, it seems only can get appointnments for a specific user? DateTime startDate = DateTime.Now; DateTime endDate = startDate.AddDays(365); const int NUM_APPTS = 5; // Initialize the calendar folder object with only the folder ID. CalendarFolder calendar = CalendarFolder.Bind(service, WellKnownFolderName.Calendar, new PropertySet()); // Set the start and end time and number of appointments to retrieve. CalendarView cView = new CalendarView(startDate, endDate, NUM_APPTS); // Limit the properties returned to the