Syntax
retrieveCalendarClause =  OMBRETRIEVE CALENDAR "QUOTED_STRING" ( ( GET ( 
          "getCalendarPropertiesClause" | "getReferenceIconSetClause" ) ) | 
          "getSchedulePropertiesClause" )
     getCalendarPropertiesClause =  ( PROPERTIES "propertyKeyList" ) | SCHEDULES
     getReferenceIconSetClause =  ( REF | REFERENCE ) ICONSET
     getSchedulePropertiesClause =  SCHEDULE "QUOTED_STRING" GET PROPERTIES 
          "propertyKeyList"
     propertyKeyList =  "(" "propertyKey" { "," "propertyKey" } ")"
     propertyKey =  "UNQUOTED_STRING"
 
Parameters
retrieveCalendarClause
Retrieve the specified calendar.
 
getCalendarPropertiesClause
Describe the keys of properties for specified calendar.
 
getReferenceIconSetClause
Get the Icon Set for the calendar.
 
getSchedulePropertiesClause
Describe the keys of properties for specified schedule.
 
propertyKeyList
The list of property keys.
 
propertyKey
A property key for an object.