You can just use the “all day” slider and then it just works. No date needed. Adds event all day in the day you clicked on.
I’m so sorry as I know you’ve kindly posted this and I’m not clever enough to get it to work so taking up your time. I have made all the calendars, called them .scott, .sophie etc and also make the family, birthdays ones. I’ve change the weather entity to my met office one, it seems like its mainly working, but below the toggle buttons I get no calendar showing (there are events, and I CAN add an event from the dashboard and it will add it to the calendar so there must be some sort of link. My main confusion may be what to change. I’ve changed everywhere the comment said to, but I havent changed every single thing, so this is a snippet from the dashboard. Can you offer any advice?
- type: horizontal-stack
cards:
- type: custom:bubble-card
card_type: button
button_type: state
entity: calendar.scott
show_icon: true
show_name: true
tap_action:
action: perform-action
perform_action: script.calendar1_calendar_visible_filter
styles: |
.bubble-button-background {
opacity: 1 !important;
background-color: ${hass.states['input_text.calendar1_calendar_filter'].state === '.*' ? 'light-grey' : 'var(--calendar1-default-primary-color)'} !important;
}
- type: custom:bubble-card
card_type: button
button_type: state
entity: calendar.sophie
show_icon: true
show_name: true
tap_action:
action: perform-action
perform_action: script.calendar2_calendar_visible_filter
styles: |
.bubble-button-background {
opacity: 1 !important;
background-color: ${hass.states['input_text.calendar2_calendar_filter'].state === '.*' ? 'light-grey' : 'var(--calendar2-default-primary-color)'} !important;
}
There is another way: https://community.home-assistant.io/t/skylight-calendar-card-a-family-friendly-schedule-card/981221, which is a single card with no fiddly configuration.
Thank you - thats looks good, but I like the layout, theme and weather etc on this one, plus the possibility of adding chores. I’ll give some time for @mohesles1 to help if they can and then have a look at that alternative
have you tried this? It worked for me when I couldn’t see the calendar but could create new events that showed on my phone.
THANK YOU!!!
That was absolutely what I needed to do!
I still don’t have the correct colours showing for each calendar for the backgrounds, and my holidays calendar isn’t showing, but I at least have a calendar showing now!