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

Page of 33
Booking API reference 
Cisco TMS Extension Booking API Programming Reference Guide (13.0.1) 
Page 16 of 33 
 
 
Booking API reference 
Conference object 
Use this object to read and write conference properties like Start Time, End Time, Conference Title, 
Conference Password etc. Also, use this object for conference call related values like Bandwidth, Picture 
mode, Encryption mode etc. 
All conference resources (video participants, audio participants, phone book participant, external 
participants etc.) are held in this object, together with the call route for connecting the resources. 
You also define the conference type:  
 
Automatic call launch, which will connect the added participant at conference start time and 
disconnect them again at conference end time.  
 
Manual call launch, which asks the conference master participant to connect the call at conference 
start time. 
 
Reservation Only, which only reserves the participants for the conference duration. 
 
Conference data can be saved/updated, and handled by Cisco TMS using the SaveConference 
function described below. 
The XML document below describes the Conference object. Following the XML is a description of the 
elements and what format input values require. 
 
      <Conference> 
        <ConferenceId>
int
</ConferenceId> 
        <Title>
string
</Title> 
        <StartTimeUTC>
string
</StartTimeUTC> 
        <EndTimeUTC>
string
</EndTimeUTC> 
 
   <RecurrenceInstanceIdUTC>
string
</RecurrenceInstanceIdUTC> 
 
   <RecurrenceInstanceType>
string
</RecurrenceInstanceType> 
        <FirstOccurrenceRecInstanceIdUTC>
string
</FirstOccurrenceRecInstanceIdUTC> 
        <RecurrencePattern> 
          <FrequencyType>
Daily
 or 
DailyWeekday
 or 
Weekly
 or 
Monthly
 or 
Yearly
 or 
Secondly
 or 
Minutely
 or 
Hourly
 or 
Default
</FrequencyType> 
          <Interval>
int
</Interval> 
          <DaysOfWeek> 
            <DayOfWeek>Sunday
 or 
Monday
 or 
Tuesday
 or 
Wednesday
 or 
Thursday
 or 
Friday
 
or 
Saturday</DayOfWeek> 
            <DayOfWeek>Sunday
 or 
Monday
 or 
Tuesday
 or 
Wednesday
 or 
Thursday
 or 
Friday
 
or 
Saturday</DayOfWeek> 
          </DaysOfWeek> 
          <FirstDayOfWeek>Sunday
 or 
Monday
 or 
Tuesday
 or 
Wednesday
 or 
Thursday
 or 
Friday
 or 
Saturday</FirstDayOfWeek> 
          <BySetPosition>
int
</BySetPosition> 
          <PatternEndType>
EndByDate
 or 
EndByInstances
 or 
EndNever
 or 
Default
</PatternEndType> 
          <PatternEndDateUTC>
string
</PatternEndDateUTC> 
          <FirstOccurrenceRecInstanceIdUTC>
string
</FirstOccurrenceRecInstanceIdUTC>      
          <PatternInstances>
int
</PatternInstances> 
          <Exceptions> 
            <RecurrenceException xsi:nil=”true” /> 
            <RecurrenceException xsi:nil=”true” />