Lovelace: Advanced calendar card

how can i hide this 3 here?

locationLinkColor not working

Calendar in event list mode.
Is there a way to set absolutely all (dates, duration, event etc) in 1 colour?
Would like to put all in grey for constant night mode.(dark theme)

Have experimented with both the colour options in the card itself and card-mod but still have duration, title and dates in different colors…

Hello @Vlad ,

Thank for your suggestion.
Unfortunately my theme is removing the colors in the event list. So it won’t be possible.

I have added this enhancement in github : wait & see :wink:

Excellent calendar card, thanks!
It’s working fine in the browser, but when I cast it to my Nest Hub 2 it displays a red exclamation mark.

Does anyone know of a way to fix this?

This is the code I’m using for the card:

type: custom:atomic-calendar-revive
view_layout:
  grid-area: block6
name: null
enableModeChange: true
entities:
  - entity: calendar.prive
    name: Privé
    maxDaysToShow: 3
disableLocationLink: false
showDescription: false
showProgressBar: true
showRelativeTime: false
maxEventCount: 3
showLocation: false
showWeekDay: true
europeanDate: true
eventTitleSize: 150

Please let me know if anyone does find a solution, I can either update the card or if it’s a config thing I will update the documentation to include any changes required.

1 Like

This is an issue with the language translations, I haven’t been able to find the cause as when I change the language in my test environment it updates correctly.

good evening all, is there a way to make the icons bigger?
immagine

Hello Everyone,

I have a question around the card that I would like the users input on, if you use the card I would appreciate your feedback on this to help me decide on the best way forwards:

calendar link icon should this be different · totaldebug/atomic-calendar-revive · Discussion #1129 (github.com)

If I don’t get any feedback I will leave it as it is, but I feel it could be more useful used in different ways

I voted to add the link to other calendars as an option but I don’t feel strongly about that. I only use google calendars so either way is OK for me.

I just don’t want it to necessarily be removed or drastically changed.

1 Like

HI

Is it possible to do search/replace in event titles ?

I load calendars from the AULA integration (Danish school information app) and this supplies calendars for each of my kids with school schedules.

The calendar events are all abreviated, so an event might be called “DAN, SJ”. This I would like replaced to “Dansk, Sine”.

I tried with eventTemplate, but that doesn’t work.

type: custom:atomic-calendar-revive
name: Skoleskema
enableModeChange: true
entities:
  - entity: calendar.skoleskema_name
    name: Skoleskema
maxDaysToShow: 6
defaultMode: Calendar
showDate: true
sortByStartTime: false
hideDuplicates: false
showMultiDayEventParts: false
hoursOnSameLine: false
compactMode: true
showMultiDay: false
showRelativeTime: false
hideFinishedEvents: false
eventTemplate: |
  {{ event.title 
  | replace('DAN', 'Dansk')  
  | replace('SJ', 'Sine')  }}

Any other way of doing this?

Have you found a solution to your question?

I found the HASS addon calendar but I can’t use it as I run HA in docker and can’t install addons.

https://github.com/kdw2060/hassio-addons/tree/master/hass-addon-calendar

Good job,
Is it possible to delete the event?..or tap to open the calendar??

It used to be, unfortunately HA removed some of the API data and the link to the calendar item was one of them.

I did open a feature request to get it added back but it’s been quite some time and nothing has been done.

If you comment and upbote it might get some more traction

1 Like

Is it possible to make the tab invisible when there are no Events?

I feel like I am missing some documentation. I used to have the following options. I see that they are removed and it seems like I have to use card mod now or something. Can someone help me out with how to get these set up:

dateColor: white
dateSize: 100
eventTitlecolor: 'rgb(255,255,255)'
eventTitleSize: 115
timeColor: gray
progressBarColor: 'rgb(113, 113, 113)'
2 Likes

Seems to have some size issues

@marksie1988

Is the removal of quite a number of options replaced by any other methods to achieve the same results, please ? If so, I apologize upfront for having missed the documentation.

Hi,

I have removed these as they add some limitations in design aspect for users who want even more customisation.

I believe that using card_mod for style changes is a better way to achieve this and it adds the ability to change the look of the card massively

I agree with you, does anyone have examples of how to use card_mod to chance font color or size?