4.2.20 Value Data Types

Basic Definition | Description| | Example

Basic Definition

Parameter Name
VALUE
Purpose
To explicitly specify the data type format for a property value.

Format Definition

The "VALUE" property parameter is defined by the
following notation:

  valuetypeparam = "VALUE" "=" valuetype

  valuetype  = ("BINARY"
             / "BOOLEAN"
             / "CAL-ADDRESS"
             / "DATE"
             / "DATE-TIME"
             / "DURATION"
             / "FLOAT"
             / "INTEGER"
             / "PERIOD"
             / "RECUR"
             / "TEXT"
             / "TIME"
             / "URI"
             / "UTC-OFFSET"
             / x-name
             ; Some experimental iCalendar data type.
             / iana-token)
             ; Some other IANA registered iCalendar data type.

Description

The parameter specifies the data type and format of the property value. The property values MUST be of a single value type. For example, a "RDATE" property cannot have a combination of DATE- TIME and TIME value types.

If the property's value is the default value type, then this parameter need not be specified. However, if the property's default value type is overridden by some other allowable value type, then this parameter MUST be specified.

Example

(No exmple provided)