Caldav show multiple whole day events

Hi all,

I would like to be able to show several events of a whole day.
For example, I have several birthdays on the same day in a dedicated “Birthday” calendar.
So I created a custom birthday calendar:

    custom_calendars:
    - name: 'Birthday'
      calendar: 'Birthday'
      search: '.*'

But this one only shows me one of the two Birthday of the day.

Do you have a solution?

thank

Hello,

I am sorry I don’t have a solution for it, I just have the same problem.

The data is somewhere, because the calendar view is showing all birthdays of a day, but I don’t know how to use it.

Neither have I.

    custom_calendars:
      - name: 'today'
        calendar: 'birthday'
        search: '.*'
    days: 8

I thought that adding the days would give me more events.
If I have all day events it will only return the FIRST all day event and not even the later timed ones.

I guess the CALDAV integration only returns ONE event and not an array as I was expecting.

Anybody has a clue how to do this?