Home Assistant Unofficial Reference 2024.12.1
calendar.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.google.calendar.GoogleCalendarEntity
 
class  homeassistant.components.google.calendar.GoogleCalendarEntityDescription
 

Namespaces

 homeassistant.components.google.calendar
 

Functions

CalendarEvent homeassistant.components.google.calendar._get_calendar_event (Event event)
 
list[GoogleCalendarEntityDescription] homeassistant.components.google.calendar._get_entity_descriptions (HomeAssistant hass, ConfigEntry config_entry, Calendar calendar_item, Mapping[str, Any] calendar_info)
 
None homeassistant.components.google.calendar.async_create_event (GoogleCalendarEntity entity, ServiceCall call)
 
None homeassistant.components.google.calendar.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.google.calendar._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.google.calendar.OPAQUE = "opaque"
 
string homeassistant.components.google.calendar.RRULE_PREFIX = "RRULE:"
 
string homeassistant.components.google.calendar.SERVICE_CREATE_EVENT = "create_event"
 
 homeassistant.components.google.calendar.SYNC_EVENT_MIN_TIME = timedelta(days=-90)