Variables | |
| string | CONF_EVENT = "event" |
| string | DOMAIN = "calendar" |
| string | EVENT_DESCRIPTION = "description" |
| string | EVENT_DURATION = "duration" |
| string | EVENT_END = "dtend" |
| string | EVENT_END_DATE = "end_date" |
| string | EVENT_END_DATETIME = "end_date_time" |
| string | EVENT_IN = "in" |
| string | EVENT_IN_DAYS = "days" |
| string | EVENT_IN_WEEKS = "weeks" |
| string | EVENT_LOCATION = "location" |
| string | EVENT_RECURRENCE_ID = "recurrence_id" |
| string | EVENT_RECURRENCE_RANGE = "recurrence_range" |
| string | EVENT_RRULE = "rrule" |
| string | EVENT_START = "dtstart" |
| string | EVENT_START_DATE = "start_date" |
| string | EVENT_START_DATETIME = "start_date_time" |
| string | EVENT_SUMMARY = "summary" |
| dictionary | EVENT_TIME_FIELDS |
| string | EVENT_TYPES = "event_types" |
| string | EVENT_UID = "uid" |
| dictionary | LIST_EVENT_FIELDS |
Constants for calendar components.
| string homeassistant.components.calendar.const.CONF_EVENT = "event" |
| string homeassistant.components.calendar.const.DOMAIN = "calendar" |
| string homeassistant.components.calendar.const.EVENT_DESCRIPTION = "description" |
| string homeassistant.components.calendar.const.EVENT_DURATION = "duration" |
| string homeassistant.components.calendar.const.EVENT_END = "dtend" |
| string homeassistant.components.calendar.const.EVENT_END_DATE = "end_date" |
| string homeassistant.components.calendar.const.EVENT_END_DATETIME = "end_date_time" |
| string homeassistant.components.calendar.const.EVENT_IN = "in" |
| string homeassistant.components.calendar.const.EVENT_IN_DAYS = "days" |
| string homeassistant.components.calendar.const.EVENT_IN_WEEKS = "weeks" |
| string homeassistant.components.calendar.const.EVENT_LOCATION = "location" |
| string homeassistant.components.calendar.const.EVENT_RECURRENCE_ID = "recurrence_id" |
| string homeassistant.components.calendar.const.EVENT_RECURRENCE_RANGE = "recurrence_range" |
| string homeassistant.components.calendar.const.EVENT_RRULE = "rrule" |
| string homeassistant.components.calendar.const.EVENT_START = "dtstart" |
| string homeassistant.components.calendar.const.EVENT_START_DATE = "start_date" |
| string homeassistant.components.calendar.const.EVENT_START_DATETIME = "start_date_time" |
| string homeassistant.components.calendar.const.EVENT_SUMMARY = "summary" |
| dictionary homeassistant.components.calendar.const.EVENT_TIME_FIELDS |
| string homeassistant.components.calendar.const.EVENT_TYPES = "event_types" |
| string homeassistant.components.calendar.const.EVENT_UID = "uid" |