Calendar Card
The Calendar card displays your calendar entities in a month, day and list view.
Screenshot of the Calendar card.
To add the Calendar card to your user interface, click the menu (three dots at the top right of the screen) and then Edit Dashboard. Click the “Add Card” button in the bottom right corner and select Calendar from the card picker. All options for this card can be configured via the user interface.
Card Settings
The view that will show first when the card is loaded onto the page. Options are Month View
, Day View
, or List View
.
Name of any loaded theme to be used for this card. For more information about themes, see the frontend documentation.
YAML
This is for if you use YAML mode or just prefer to use YAML in the Code Editor in the UI.
Configuration Variables
The view that will show first when the card is loaded onto the page. Options are dayGridMonth
, dayGridDay
, and listWeek
.
Override the used theme for this card with any loaded theme. For more information about themes, see the frontend documentation.
Example:
type: calendar
entities:
- calendar.calendar_1
- calendar.calendar_2