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

Page of 77
Conference object
This object can be used to read and write 
 
n
Conference properties such as Start TimeEnd TimeConference Title, and Conference Password.
 
n
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 routing 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:
 
n
Set to -1 to create a new conference using 
GetDefaultConference.
 
n
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. 
Only UTC date-time groups ending with Z are supported. 
Example: 1975-06-01 23:32:11Z.
EndTimeUTC
r/w, 
required
RecurrenceInstanceIdUTC
r, only used 
when 
getting 
conference 
from Cisco 
TMS
Gives the start time 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 date-time groups ending with Z are supported. 
Example: 1975-06-01 23: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 time of first instance of the meeting according 
to the recurrence pattern.
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 37 of 77
Booking API reference
Conference object