| Defines an iCalendar VEVENT component.
4.6.1 Event Component
Component Name: "VEVENT"
Purpose: Provide a grouping of component properties that describe an event.
Format Definition: A "VEVENT" calendar component is defined by the following
notation:
eventc = "BEGIN" ":" "VEVENT" CRLF eventprop *alarmc "END" ":" "VEVENT" CRLF
eventprop = *( ; the following are optional, ; but MUST NOT occur more than
once
class / created / description / dtstart / geo / last-mod / location /
organizer / priority / dtstamp / seq / status / summary / transp / uid / url /
recurid / ; either 'dtend' or 'duration' may appear in ; a 'eventprop', but
'dtend' and 'duration' ; MUST NOT occur in the same 'eventprop'
dtend / duration / ; the following are optional, ; and MAY occur more than
once
attach / attendee / categories / comment / contact / exdate / exrule /
rstatus / related / resources / rdate / rrule / x-prop )
author: fdietz |