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

Page of 53
Booking API reference
Cisco TMSBA Programming Reference Guide
Page 35 of 53
RecurrencePattern
Attribute
Read/Write Description
FrequencyType
r/w 
required
The frequency of the recurrence rule.
Legal values are: 
 
Daily
 
DailyWeekday
 
Weekly
 
Monthly
 
Default
Available, but unsupported values are: 
 
Secondly
 
Minutely
 
Hourly
 
Yearly
Interval
r/w 
required
Every X day/week/month as selected by FrequencyType
DaysOfWeek
Days of week if relevant for your FrequencyType.Valid 
values are full names of days, capitalized.
 
Set the day if the meeting is to occur on one fixed day of 
the week.
 
Set all days for a meeting that occurs every day.
 
Set all weekdays for a meeting that occurs every weekday.
 
Set Saturday and Sunday for a meeting that occurs only 
on weekends.
FirstDayOfWeek
First day of week. Used to split DaysOfWeek into "every X 
weeks" weekly patterns. The default value is Sunday.
BySetPosition
Relative position of the instance in a pattern. For example, in 
a monthly pattern, a value of 2 means second day of the 
month, -1 means last day of the month. The allowed days 
must be defined in DaysOfWeek. 0 means every X day of the 
month.
PatternEndType
End type: 
 
by number of occurrences
 
by date
 
never (not currently supported)
PatternEndDateUTC
In the case where PatternEndType is by date, this gives the 
end date of the recurrence pattern.