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

Page of 68
Attribute
Read/Write Description
FirstOccurrenceRecInstanceIdUTC
Gives the original start time of the first occurrence of this 
meeting. If the meeting is not an exception to the recurrence 
pattern, this time will be the same as the start time of the 
meeting. If the meeting time for the occurrence has been 
modified, this string gives the original start time according to 
the recurrence pattern.
This field is only populated by the API when 
PatternEndType is by number of occurrences.
PatternInstances 
In the case where PatternEndType is by number of 
instances, defines the number of instances to generate from 
the pattern.
Exceptions
Exceptions to the pattern are supported using the 
GetRecurrentConferenceById and SaveConference 
functions. To get a conference with all its exceptions, use 
GetRecurrentConferenceById
To update a conference with exceptions, use the 
SaveConference function providing the exceptions in the 
RecurrencePattern.Exceptions array before saving the 
conference. 
As an alternative:
 1.  Use GetConferenceIdByExternalId with 
RecInstanceIdUTC (UTC string that points to the UTC 
day of the instance) to get conference id for the instance.
 2.  Use SaveConferenceRecInstance to save this 
exception.
ISDNBandwidth
Attribute
Read/Write Description
Bandwidth
The ISDN bandwidth that will be used when dialing the conference participants and 
when creating the conference. Note that Max is not currently supported. Example 
value 3b/192kbps. If Default is selected, the value is set to the default conference 
ISDN bandwidth as defined in the 
Administrator Tools
 page in Cisco TMS.
IPBandwidth
The IP bandwidth that will be used when dialing the conference participants and 
when creating the conference. Note that Max is not currently supported. Example 
value 3b/193kbps. If Default is selected, the value is set to the default conference 
IP bandwidth as defined in the 
Administrator Tools
 page in Cisco TMS.
Conference object XML
The XML document below describes the Conference object.
  
<Conference>
 
<ConferenceId>
int
</ConferenceId>
 
<Title>
string
</Title>
 
<StartTimeUTC>
strin
g
</StartTimeUTC>
 
<EndTimeUTC>
string
</EndTimeUTC>
 
<RecurrenceInstanceIdUTC>
string
</Recurre
nceInstanceIdUTC>
 
<RecurrenceInstanceType>
string
</RecurrenceInstanceType>
 
<FirstOccurrenc
eRecInstanceIdUTC>
string
</FirstOccurrenceRecInstanceIdUTC>
 
<RecurrencePattern>
 
<Frequency
Type>
Daily or DailyWeekday or Weekly or Monthly or Yearly or 
Cisco TMSBA Programming Reference Guide
Page 44 of 68
Booking API reference