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

Page of 81
Message
A message from the client to inject into the email notification. 
Contains:
 
n
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).
 
n
One or more lines of text strings containing the actual message.
ContentTypes
Determines whether the email notification will be sent as PlainText or Html.
Language
A list of supported languages can be gotten from the Remote Setup API. See 
.
Returned data:
 A list of conference booking event e-mail content. Setting Language to blank will return the 
conference language. 
GetConferenceByExternalId
Get the conference with the given ExternalSourceId and ExternalConferenceId.
This function is primarily intended for use by Cisco TMSXE.
Supported parameters:
ExternalSourceId
Unique identifier of the external source.
ExternalConferenceId
Unique identifier of the conference within the external source (primary key in 
database).
Returned data:
 A Conference object. If the conference is part of a recurrent series, existing exceptions to 
the series are returned in the RecurrencePattern Exceptions array.
GetConferenceIdByExternalId 
This function is used to look up a conference that has been updated in the external source, and that must be 
updated in Cisco TMS. The ExternalSourceId and ExternalPrimaryKey fields must have been 
provided with the initial performance of the SaveConference function.
This function is typically used when information about a conference reserved in the external application is 
needed. The GetConferenceById function is used to get information about the conference from Cisco TMS.
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.
Returned data:
 A ConferenceId, as defined in Cisco TMS.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.6)     
Page 57 of 81
Booking API reference
Booking API functions