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

Page of 74
Returned data:
 A Conference object. 
GetConferenceInviteMail
Use this to get Cisco TMS to send conference invites, which may embed messages from the client.
Supported parameters:
Messages
You can inject one or more messages from the client into the invitation email.
The following message types are supported: 
 
n
Information: Will be presented on a green background if sent as HTML.
 
n
Warning: Will be presented on a yellow background if sent as HTML.
 
n
Error: Will be presented on a red background if sent as HTML.
 
ContentTypes
PlainText or Html
Language
A list of supported languages is in the remote setup API. See 
Returned data:
 A list of conference invitation e-mail content. Setting Language to blank will return the 
conference language.
GetConferencesForSystems
This function returns all conferences for a list of systems between two dates. It is typically used to build a 
display of resource availability information in external application for a specific system when the external 
application does not store its own resource availability information.
The function should be used with caution. If a large number of conferences are booked between the two 
dates in Cisco TMS, it will take a long time to process the result of this function.
Supported parameters:
SystemIds
An array of IDs of the systems, based on Cisco TMS IDs.
StartDate
The start date and end date and time of bookings. The time is given in UTC format. 
EndDate
ConferenceStatus
An enumeration of the type of conferences that will be fetched from Cisco TMS. The 
available types are: 
 
n
All
 
n
AllExceptDeleted
 
n
Pending
 
n
Ongoing
 
n
PendingAndOngoing
 
n
MeetingRequest (Conference has been requested by a user without booking rights, 
needs approval.)
 
n
Finished
 
n
Deleted
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.4)     
Page 55 of 74
Booking API reference