Enumeration

ECalComponentVType

Declaration

enum ECal.ComponentVType

Description [src]

Types of calendar components to be stored by a ECalComponent, as per RFC 2445. We don’t put the alarm component type here since we store alarms as separate structures inside the other “real” components.

Members

E_CAL_COMPONENT_NO_TYPE

Unknown or unsupported component type.

  • Value: 0
  • Available since: 2.0
E_CAL_COMPONENT_EVENT

VEvent type.

  • Value: 1
  • Available since: 2.0
E_CAL_COMPONENT_TODO

VTodo type.

  • Value: 2
  • Available since: 2.0
E_CAL_COMPONENT_JOURNAL

VJournal type.

  • Value: 3
  • Available since: 2.0
E_CAL_COMPONENT_FREEBUSY

VFreeBusy type.

  • Value: 4
  • Available since: 2.0
E_CAL_COMPONENT_TIMEZONE

VTimezone type.

  • Value: 5
  • Available since: 2.0