You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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"
ouput: msg.payload.calendarName is used to set the room name and msg.payload.summary is used to set the target temperature.
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.
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
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:
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
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"
ouput: msg.payload.calendarName is used to set the room name and msg.payload.summary is used to set the target temperature.
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
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
The text was updated successfully, but these errors were encountered: