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

Page of 53
Booking API reference
Cisco TMSBA Programming Reference Guide
Page 30 of 53
Conference
Attribute
Read/Write Description
ConferenceId
r/w - 
optional
Initially set to -1 to state to the SaveConference function that the 
conference needs to be created. If set to a value greater than 0, the 
existing conference with the given ID is updated with the conference 
specified.
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.
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.
RecurrencePattern
r/w – 
optional
Sets the recurrence patterns for recurrent meetings. This is not valid 
if you call the SaveConferenceRecInstance function.
OwnerId
r/w - 
optional
The user ID of the owner of the conference. This is typically not set 
by the external booking API, but by Cisco TMS. If no owner is 
specified, the user authenticated to the webservice is used.  IDs of 
users existing in Cisco TMS can be found in the cluster table of the 
Cisco TMS database.
OwnerUserName
w - optional The username of the person booking the conference, used for 
looking up the owner ID in the Cisco TMS database. If no owner is 
specified, the user authenticated to the webservice is used. If 
OwnerId is specified, it will be used instead of this field.
OwnerFirstName
w - optional The username, first and last name, and email address of the person 
booking the conference. This information is used for looking up the 
owner id in the Cisco TMS database. If no owner is specified, the 
user authenticated to the webservice is used. If OwnerUserName or 
OwnerId are specified, those fields will be used instead.
OwnerLastName
w - optional
OwnerEmailAddress
w - optional