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

Page of 67
Conference object
This object can be used to read and write 
 
Conference properties such as Start TimeEnd TimeConference Title, and Conference Password.
 
Conference call-related values such as BandwidthPicture mode, and Encryption mode.
All conference resources, including video participants, audio participants, phone book participants, external 
participants and so on, are held in this object, together with routin g information for connecting the resources. 
You also use the Conference object to define the conference type, that is, how the conference should be 
connected.
Conference data can be saved/updated, and handled by Cisco TMS using the SaveConference function 
described below.
Conference
Attribute
Read/Write
Description
ConferenceId
r/w, 
optional
When using SaveConference:
 
Set to -1 to create a new conference using 
GetDefaultConference.
 
Set to a value greater than 0 to update the existing conference 
that has the given ID in the Cisco TMS database.
Title
r/w, 
optional
If no title is specified, the Cisco TMS default will be used.
StartTimeUTC
r/w, 
required
The start and end times of the conference in UTC format. See 
 for more information. 
Only UTC times, ending with Z, are supported. Example: 1975-06-
0123:32:11Z.
EndTimeUTC
r/w, 
required
RecurrenceInstanceIdUTC
r, only used 
when 
getting 
conference 
from Cisco 
TMS
Gives the start date of the instance of the meeting according to the 
recurrence pattern. If this is different from StartTimeUTC, the 
meeting is an exception to the recurrence pattern.
Only UTC times, ending with Z, are supported. Example: 1975-06-
0123:32:11Z.
RecurrenceInstanceType
r, only used 
when 
getting 
conference 
from Cisco 
TMS
If this string contains the value ‘modify’  it means that the particular 
meeting is an exception to a recurrence pattern. It the string 
contains "deleted", it is a meeting that has been deleted from a 
series of recurring meetings.
FirstOccurrenceRec
InstanceIdUTC
r, only used 
when 
getting 
conference 
from Cisco 
TMS
Gives the start date of first instance of the meeting according to the 
recurrence pattern.
Only UTC times, ending with Z, are supported. Example: 1975-06-
0123:32:11Z.
Cisco TMSBA Programming Reference Guide (14.3)
Page 33 of 67
Booking API reference