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 module.
 
getCalendarPropertiesClause
Describe the keys of properties for the calendar object
 
getReferenceIconSetClause
Describe Icon Set.
 
getSchedulePropertiesClause
Describe the keys of properties for the schedule object
 
propertyKeyList
The list of property keys.
 
propertyKey
A property key for an object.