Syntax
createModuleCommand = OMBCREATE CALENDAR_MODULE "QUOTED_STRING" [
"alterModulePropertiesOrIconSetClause" ]
alterModulePropertiesOrIconSetClause = ( SET ( ( "setPropertiesClause" [ (
( SET ( "setReferenceLocationClause" [ ( SET
"setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause"
) ] ) ) | ( UNSET "unsetReferenceLocationClause" [ ( SET
"setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause"
) ] ) ) | ( ( SET "setReferenceIconSetClause" ) | ( UNSET
"unsetReferenceIconSetClause" ) ) ] ) | ( "setReferenceLocationClause"
[ ( SET "setReferenceIconSetClause" ) | ( UNSET
"unsetReferenceIconSetClause" ) ] ) | "setReferenceIconSetClause" ) )
| ( UNSET ( "unsetReferenceLocationClause" [ ( SET
"setReferenceIconSetClause" ) | ( UNSET "unsetReferenceIconSetClause"
) ] ) | "unsetReferenceIconSetClause" )
setPropertiesClause = PROPERTIES "propertyKeyList" VALUES
"propertyValueList"
setReferenceLocationClause = ( REFERENCE | REF ) LOCATION "QUOTED_STRING"
setReferenceIconSetClause = ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
unsetReferenceIconSetClause = ( REFERENCE | REF ) ICONSET
unsetReferenceLocationClause = ( REFERENCE | REF ) LOCATION
"QUOTED_STRING"
propertyKeyList = "(" "propertyKey" { "," "propertyKey" } ")"
propertyValueList = "(" "propertyValue" { "," "propertyValue" } ")"
propertyKey = "UNQUOTED_STRING"
propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" |
"FLOATING_POINT_LITERAL" )
Parameters
createModuleCommand
Create a new Calendar Module.
alterModulePropertiesOrIconSetClause
Alter a property of the module or the icon set.
setPropertiesClause
Describe the keys of properties for object.
setPropertiesClause
Basic properties for CALENDAR_MODULE:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Business name of the Calendar Module
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of the Calendar Module
setReferenceLocationClause
Set the referenced ___location.
setReferenceIconSetClause
Set specified Icon Set.
unsetReferenceIconSetClause
Unset specified Icon Set.
unsetReferenceLocationClause
Unset the referenced ___location.
propertyKeyList
The list of property keys.
propertyValueList
A list of property values.
propertyKey
A property key for an object.
propertyValue
A single property value. It can be a number, float, boolean or single-quoted string.