|
| string | name = "api:calendars:calendar" |
| |
| string | url = "/api/calendars/{entity_id}" |
| |
View to retrieve calendar content.
Definition at line 624 of file __init__.py.
◆ __init__()
◆ get()
| web.Response homeassistant.components.calendar.CalendarEventView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
entity_id |
|
) |
| |
◆ component
| homeassistant.components.calendar.CalendarEventView.component |
◆ name
| string homeassistant.components.calendar.CalendarEventView.name = "api:calendars:calendar" |
|
static |
◆ url
| string homeassistant.components.calendar.CalendarEventView.url = "/api/calendars/{entity_id}" |
|
static |
The documentation for this class was generated from the following file: