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
In a Nextcloud (CalDav) calendar, creating single events works fine. Repeating events are sometimes completely ignored, but I am unable to determine why this happens.
To Reproduce
Steps to reproduce the behavior:
Create a repeating event in a Nextcloud calendar
ouput
See error
Expected behavior
Triggers should be set as per the calendar entries.
Screenshots
**node-red-contrib-ical-events
Version 2.2.5
node-red version 3.1.0
nodejs version 16.20.2
CalDav
Logs / Additional context
Add any other context about the problem here.
I have encountered a very similar problem with my owncloud (also caldav) calender with the nodes only “seeing” the events on the day the recurring event was created. (RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH -> created MO -> only event on MO)
A workaround for me was to create a unique event for every weekday and make them recur weekly (RRULE:FREQ=WEEKLY).
Describe the bug
In a Nextcloud (CalDav) calendar, creating single events works fine. Repeating events are sometimes completely ignored, but I am unable to determine why this happens.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Triggers should be set as per the calendar entries.
Screenshots
![Image](https://private-user-images.githubusercontent.com/31012803/408081812-67950608-c8e8-4c2f-8017-f7d580e22288.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjEzODEsIm5iZiI6MTczOTA2MTA4MSwicGF0aCI6Ii8zMTAxMjgwMy80MDgwODE4MTItNjc5NTA2MDgtYzhlOC00YzJmLTgwMTctZjdkNTgwZTIyMjg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAwMzEyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI5OGJjNmY3ZTBlM2Q4ZjllMjNmYjc1ZjM0MGZmMmUwODUzMzNhNmE0MDM5YmUwNWE2ZmE5ZTI0M2ZjNjQzOTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kQKDw6z3NgByYw0_T8FywQAUofHNuZ2-JS4c-CrLhMA)
**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
Will do.
The text was updated successfully, but these errors were encountered: