Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.calendar.CalendarEventView Class Reference
Inheritance diagram for homeassistant.components.calendar.CalendarEventView:
[legend]
Collaboration diagram for homeassistant.components.calendar.CalendarEventView:
[legend]

Public Member Functions

None __init__ (self, EntityComponent[CalendarEntity] component)
 
web.Response get (self, web.Request request, str entity_id)
 

Public Attributes

 component
 

Static Public Attributes

string name = "api:calendars:calendar"
 
string url = "/api/calendars/{entity_id}"
 

Detailed Description

View to retrieve calendar content.

Definition at line 624 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.calendar.CalendarEventView.__init__ (   self,
EntityComponent[CalendarEntity component 
)
Initialize calendar view.

Definition at line 630 of file __init__.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.calendar.CalendarEventView.get (   self,
web.Request  request,
str  entity_id 
)
Return calendar events.

Definition at line 634 of file __init__.py.

Member Data Documentation

◆ component

homeassistant.components.calendar.CalendarEventView.component

Definition at line 632 of file __init__.py.

◆ name

string homeassistant.components.calendar.CalendarEventView.name = "api:calendars:calendar"
static

Definition at line 628 of file __init__.py.

◆ url

string homeassistant.components.calendar.CalendarEventView.url = "/api/calendars/{entity_id}"
static

Definition at line 627 of file __init__.py.


The documentation for this class was generated from the following file: