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

Page of 53
Booking API reference
Cisco TMSBA Programming Reference Guide
Page 43 of 53
SaveConference 
This function saves a conference in Cisco TMS.
 
If ConferenceId is not set, a new conference is created and saved. 
 
If ConferenceId is set, the existing conference is updated. If the provided ID is incorrect, an error is 
caused. See the section 
The function will fail in both of the following scenarios: 
 
One or more of the participants are already booked in the same time period.
 
A call route is to be made, but no call route could be found.
If this function is performed on a recurring conference, the entire series is affected.
Supported parameters:
Conference
The Conference object to be created/updated.
Returned data:
 A Conference object updated with actual values saved in Cisco TMS.
SaveConferenceRecInstance
Saves an instance of a recurring conference in Cisco TMS. Similar to SaveConference.
Supported parameters:
Conference
The Conference object to be created/updated
Returned data:
 A Conference object updated with actual values saved in Cisco TMS.
SaveConferences
Saves a list of conferences to Cisco TMS, with the option to save either all or none depending on availability 
information. 
Use this function if the recurrence pattern of the Conference object does not support the recurrence model in 
the external application.
Supported parameters:
Conference
An array of conference objects.
oneTransaction
True if the objects should be booked as one transaction, meaning that either all or none of 
the meetings will be booked depending on the free/busy information. Currently only true is 
supported for this function. 
Returned data:
 An array of Conference objects updated with actual values saved in Cisco TMS.