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

Page of 68
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. 
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. First this function is call to get the corresponding conference is Cisco TMS. The GetConferenceById 
is used to get information about the conference from Cisco TMS.
Supported parameters:
ExternalSourceId
Unique identifier of the external source (server IP address).
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 times, ending with Z, are supported. Example: 1975-06-0123:32:11Z.
Returned data:
 A ConferenceId, as defined in Cisco TMS.
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: 
 
Information: Will be presented on a green background if sent as HTML.
 
Warning: Will be presented on a yellow background if sent as HTML.
 
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.
 
Cisco TMSBA Programming Reference Guide
Page 48 of 68
Booking API reference