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

Page of 81
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:
 
n
All
 
n
AllExceptDeleted
 
n
Pending
 
n
Ongoing
 
n
Finished
 
n
PendingAndOngoing
 
n
MeetingRequest (Conference has been requested by a user without booking rights, 
needs approval.)
 
n
 Rejected
 
n
NotSaved
 
n
Defective
 
n
Deleted
Returned data:
 An array with Conference objects. 
The conference objects will not include:
 
n
the list of participants
 
n
WebEx conference information
 
n
recording URIs
 
n
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.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.6)     
Page 56 of 81
Booking API reference
Booking API functions