Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.calendar.const Namespace Reference

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
 

Detailed Description

Constants for calendar components.

Variable Documentation

◆ CONF_EVENT

string homeassistant.components.calendar.const.CONF_EVENT = "event"

Definition at line 18 of file const.py.

◆ DOMAIN

string homeassistant.components.calendar.const.DOMAIN = "calendar"

Definition at line 15 of file const.py.

◆ EVENT_DESCRIPTION

string homeassistant.components.calendar.const.EVENT_DESCRIPTION = "description"

Definition at line 34 of file const.py.

◆ EVENT_DURATION

string homeassistant.components.calendar.const.EVENT_DURATION = "duration"

Definition at line 56 of file const.py.

◆ EVENT_END

string homeassistant.components.calendar.const.EVENT_END = "dtend"

Definition at line 32 of file const.py.

◆ EVENT_END_DATE

string homeassistant.components.calendar.const.EVENT_END_DATE = "end_date"

Definition at line 42 of file const.py.

◆ EVENT_END_DATETIME

string homeassistant.components.calendar.const.EVENT_END_DATETIME = "end_date_time"

Definition at line 44 of file const.py.

◆ EVENT_IN

string homeassistant.components.calendar.const.EVENT_IN = "in"

Definition at line 45 of file const.py.

◆ EVENT_IN_DAYS

string homeassistant.components.calendar.const.EVENT_IN_DAYS = "days"

Definition at line 46 of file const.py.

◆ EVENT_IN_WEEKS

string homeassistant.components.calendar.const.EVENT_IN_WEEKS = "weeks"

Definition at line 47 of file const.py.

◆ EVENT_LOCATION

string homeassistant.components.calendar.const.EVENT_LOCATION = "location"

Definition at line 35 of file const.py.

◆ EVENT_RECURRENCE_ID

string homeassistant.components.calendar.const.EVENT_RECURRENCE_ID = "recurrence_id"

Definition at line 36 of file const.py.

◆ EVENT_RECURRENCE_RANGE

string homeassistant.components.calendar.const.EVENT_RECURRENCE_RANGE = "recurrence_range"

Definition at line 37 of file const.py.

◆ EVENT_RRULE

string homeassistant.components.calendar.const.EVENT_RRULE = "rrule"

Definition at line 38 of file const.py.

◆ EVENT_START

string homeassistant.components.calendar.const.EVENT_START = "dtstart"

Definition at line 31 of file const.py.

◆ EVENT_START_DATE

string homeassistant.components.calendar.const.EVENT_START_DATE = "start_date"

Definition at line 41 of file const.py.

◆ EVENT_START_DATETIME

string homeassistant.components.calendar.const.EVENT_START_DATETIME = "start_date_time"

Definition at line 43 of file const.py.

◆ EVENT_SUMMARY

string homeassistant.components.calendar.const.EVENT_SUMMARY = "summary"

Definition at line 33 of file const.py.

◆ EVENT_TIME_FIELDS

dictionary homeassistant.components.calendar.const.EVENT_TIME_FIELDS
Initial value:
1 = {
2  EVENT_START_DATE,
3  EVENT_END_DATE,
4  EVENT_START_DATETIME,
5  EVENT_END_DATETIME,
6  EVENT_IN,
7 }

Definition at line 48 of file const.py.

◆ EVENT_TYPES

string homeassistant.components.calendar.const.EVENT_TYPES = "event_types"

Definition at line 55 of file const.py.

◆ EVENT_UID

string homeassistant.components.calendar.const.EVENT_UID = "uid"

Definition at line 30 of file const.py.

◆ LIST_EVENT_FIELDS

dictionary homeassistant.components.calendar.const.LIST_EVENT_FIELDS
Initial value:
1 = {
2  "start",
3  "end",
4  EVENT_SUMMARY,
5  EVENT_DESCRIPTION,
6  EVENT_LOCATION,
7 }

Definition at line 59 of file const.py.