Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 64
GetConferencesForUser
This function returns all conferences that were created by or that are owned by a particular user, for a specified 
period of time. 
Supported parameters:
UserName
The Cisco TMS user to get bookings for. If no user name is provided (empty string), the logged in 
user is used.
StartTime
The start date and end date and time of bookings. The time is given in UTC format. 
EndTime
ConferenceStatus
An enumeration of what type of conferences will be fetched from Cisco TMS. The available 
types are:
 
All
 
AllExceptDeleted
 
Pending
 
Ongoing
 
Finished
 
PendingAndOngoing
 
MeetingRequest (Conference has been requested by a user without booking rights, 
needs approval.)
 
 Rejected
 
NotSaved
 
Defective
 
Deleted
Returned data:
 An array with Conference objects. 
The conference objects will not include:
 
the list of participants
 
WebEx conference information
 
recording URIs
 
ConferenceInfoHtml or ConferenceInfoText
GetConferenceBookingEventMail
Used to retrieve content for email notifications on booking events; not invites, typically errors or warnings.
Supported parameters:
Conference
The conference object on which to base the email message.
44
Cisco TelePresence Management Suite Extension Booking API  Programming Reference Guide