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

Page of 74
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.
GetConferenceInstanceByExternalId
Get an occurrence from a series with the given ExternalSourceId, ExternalConferenceId, and 
RecurrenceIdUTC.
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).
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.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.4)     
Page 54 of 74
Booking API reference