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

[BUG]: Past recurring events keep appearing even if they don't exist anymore #152

Open
regissg opened this issue Jan 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@regissg
Copy link

regissg commented Jan 12, 2023

Describe the bug
I am using multiple calendars to control my house heating system (one calendar to set one room temperature target). All is woking ok except that Past Recurring events keep appearing even if they have been changed or deleted.

The problem seems to appear only on recurring events.

To Reproduce
Steps to reproduce the behavior:

  1. input: Google agendas are used to set target temperature for each room of my home heating control flow (one agenda per room). I am using recurring events on google Agenda

  2. config: I am using the "only on changes" output of Sensor nodes. Calendar type: iCal. I have not set "use cache in case of an error"

  3. ouput: msg.payload.calendarName is used to set the room name and msg.payload.summary is used to set the target temperature.

  4. See error: If I edit on google agenda the recurring event (change its value or delete it) the old value keeps appearing.

For example in the "living room" agenda I have a daily recurring event that sets the temperature at 19 (msg.payload.summary = 19) at 7AM. If I change this value to 20 in Google agenda I will receive the next day at 7AM two consecutive events: the first one with the msg.payload.summary 20 then, right after, a second one with the msg.payload.summary 19.

Another example: I have a recurring event that sets the temperature at 17 at 11PM, if I delete this event in Google Agenda I will keep receiving it every day thereafter

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

**node-red-contrib-ical-events

  • Version: 2.2.1
  • node-red version: 3.0.2
  • nodejs version
  • is it an ical, caldav or icloud calendar? ical

Logs / Additional context
Add any other context about the problem here.

You can send me a debug log, like described here: https://naimo84.github.io/kalender-events/guide/debug.html

@regissg regissg added the bug Something isn't working label Jan 12, 2023
@regissg regissg changed the title Past recurring events keep appearing even if they don't exist anymore[BUG]: [BUG]: Past recurring events keep appearing even if they don't exist anymore Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants