Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsequent recurring event show up as past event #412

Closed
4 tasks done
Ullas-Aithal opened this issue Mar 3, 2021 · 5 comments
Closed
4 tasks done

Subsequent recurring event show up as past event #412

Ullas-Aithal opened this issue Mar 3, 2021 · 5 comments
Labels
state/blocked cannot progress because something is blocking it type/bug Something isn't working

Comments

@Ullas-Aithal
Copy link

I'm having this issue where recurring events show up as past event. For example, If I create a recurring event for tomorrow, it shows up as an event with 1 day remaining but the same event next moth shows up before 15 days (as per my config) but it shows up as past event. I think it's because of start date is in the past? I'm using radicale as my caldav provider.

Expected behaviour

Recurring event should show up as future event

Current behaviour

Recurring event is showing up as past event

Screenshot

Showing up as past event:
image

Recurring event of this month details:
image

Recurring event series details:
image

Possible reasons and solutions

Maybe the end date of the recurring series is considered instead of current recurring event's end date?

Steps to reproduce

  1. Create a recurring event every month starting tomorrow
  2. The event shows up with 1 day remaining for this month
  3. Next month it shows up 1 day before (depending on the config) but it shows up as past event

Context

Currently, with this behavior, the actual date of the event doesn't show on the calendar.

Custom values

Your environment

Version: 3.2.1
My config:

type: 'custom:atomic-calendar-revive'
enableModeChange: true
entities:
  - entity: calendar.shared
showCurrentEventLine: false
showWeekDay: false
showMonth: true
showDescription: false
showEventIcon: false
dimFinishedEvents: true
firstDayOfWeek: 1
maxDaysToShow: 15
sortByStartTime: false
showRelativeTime: true
showProgressBar: false
showNoEventsForToday: false
showFullDayProgress: true
showLoader: false

Stack trace / logging

Checklist

  • I searched the current issues and the issue is not known.
  • I searched the troubleshooting and there's no fix available for this bug.
  • I searched on Google, YouTube, Reddit and there's no fix.
  • I am mostly sure that the problem is related to the code and isn't my fault.
@marksie1988 marksie1988 added state/in investigation A team member is investigating this issue type/bug Something isn't working labels Mar 3, 2021
@marksie1988
Copy link
Collaborator

I have done a quick test with this and can see that this is related only to CalDav calendars.

When doing the same with a Google Calendar the recurrence is shown as normal.

I will begin troubleshooting on this issues shortly to see what information CalDav supplies for recurring tasks and compare that to Google Calendar.

@marksie1988
Copy link
Collaborator

Looks like this is an issue with the way caldav works with HA, not sure that I will be able to resolve this without the HA team modifying the integration.

I will look at logging something with them.

@marksie1988 marksie1988 added state/blocked cannot progress because something is blocking it and removed state/in investigation A team member is investigating this issue labels Oct 19, 2021
@marksie1988
Copy link
Collaborator

Found the following issue raised already with the HA team

home-assistant/core#40127

@bkr1969
Copy link

bkr1969 commented Jan 30, 2023

They seem to have closed the issue but it does not seem to be resolved.

@marksie1988
Copy link
Collaborator

As stated this has now been resolved, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state/blocked cannot progress because something is blocking it type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants