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

Public Member Functions

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

Public Attributes

 component
 

Static Public Attributes

string name = "api:calendars"
 
string url = "/api/calendars"
 

Detailed Description

View to retrieve calendar list.

Definition at line 675 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 681 of file __init__.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.calendar.CalendarListView.get (   self,
web.Request  request 
)
Retrieve calendar list.

Definition at line 685 of file __init__.py.

Member Data Documentation

◆ component

homeassistant.components.calendar.CalendarListView.component

Definition at line 683 of file __init__.py.

◆ name

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

Definition at line 679 of file __init__.py.

◆ url

string homeassistant.components.calendar.CalendarListView.url = "/api/calendars"
static

Definition at line 678 of file __init__.py.


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