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

Page of 66
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in database).
RecurrenceIdUTC
Identifies an instance in a series of conferences. A UTC-formatted datetime string. Only UTC 
date-time groups ending with Z are supported. Example: 1975-06-01 23:32:11Z.
Returned data:
 A Conference object. 
GetConferenceInviteMail
Used to retrieve content for conference invite email notifications.
Supported parameters:
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in database).
RecurrenceIdUTC
Identifies an instance in a series of conferences. A UTC-formatted datetime string. Only UTC 
date-time groups ending with Z are supported. Example: 1975-06-01 23:32:11Z.
Messages
A list of messages from the client to inject into the email notification. 
Contains:
 
A MessageType which determines the color and prefix of the message box at the top of 
the email message. Supported values are Information (green), Warning (yellow), and 
Error (red).
 
One or more lines of text strings containing the actual message.
ContentTypes
An array of content types. If multiple types are included, both PlainText and Html will be used 
(sent as Multipart).
Language
A list of supported languages can be retrieved from the Remote Setup API. See 
.
Returned data:
 A list of conference invite 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
48
Cisco TelePresence Management Suite Extension Booking API  Programming Reference Guide