4.2.9 Free/Busy Time Type

Basic Definition | Description| | Example

Basic Definition

Parameter Name
FBTYPE
Purpose
To specify the free or busy time type.

Format Definition

The property parameter is defined by the following
notation:

  fbtypeparam        = "FBTYPE" "=" ("FREE" / "BUSY"
                     / "BUSY-UNAVAILABLE" / "BUSY-TENTATIVE"
                     / x-name
     ; Some experimental iCalendar data type.
                     / iana-token)
     ; Some other IANA registered iCalendar data type.

Description

The parameter specifies the free or busy time type. The value FREE indicates that the time interval is free for scheduling. The value BUSY indicates that the time interval is busy because one or more events have been scheduled for that interval. The value BUSY-UNAVAILABLE indicates that the time interval is busy and that the interval can not be scheduled. The value BUSY-TENTATIVE indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval. If not specified on a property that allows this parameter, the default is BUSY.

Example

The following is an example of this parameter on a FREEBUSY
property.

  FREEBUSY;FBTYPE=BUSY:19980415T133000Z/19980415T170000Z

Made with CSS (a note on style compatibility). Up to Page top
This is a part of RFC 2445 iCalendar specification (1998-11), converted to XHTML by M.Kanzaki.
Status: first converted 2003-10-25, modified 2003-10-29. Exp.