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

Page of 81
Returned data:
 A Conference object containing, ff the conference is a recurrent series with exceptions, 
aRecurrencePattern Exceptions array. 
The start time of the conference will be mapped to the first ongoing or pending conference occurrence.
If the provided ID does not exist, this will cause an error. See the section 
GetTimeZoneRulesById
Get the available time zone rules for the given time zone.
Supported parameters:
idString
A string containing the ID of the time zone on the Cisco TMS server.
Returned data:
 An array of TimeZoneRule elements
If the provided ID does not exist, this will cause an error. See the section 
GetTransactionsSince 
This function is used to get a list of conference creations, updated and deletions that must be performed in 
order to keep a mirrored conference database synchronized. Note that:
 
n
If the number of matching conferences exceeds the internal limit, the array's TransType element will be 
Incomplete. To get all transactions, the client must send the last returned ID of the array as the 
CurrentTransactionId to receive the next set, until the TransType is no longer returned as Incomplete.
 
n
The transaction identified as CurrentTransactionId will not be included in the returned array.
Supported parameters:
CurrentTransactionId
The transaction ID of the last committed transaction of the last synchronization.
Returned data:
 An array of transactions since the CurrentTransactionId. This array will also contain the 
TransType element, which may be New or Updated or Deleted or ListIncomplete
If the provided ID does not exist, this will cause an error. See the section 
GetTransactionsSinceWithExternalId
Get a list of conference create, update and delete operations that must be performed in order to keep a 
mirrored conference database synchronized.
This function is primarily intended for use by Cisco TMSXE.
See 
.
SaveConferenceWithMode
This function saves a conference in Cisco TMS.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.6)     
Page 61 of 81
Booking API reference
Booking API functions