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've an "upcoming" node retrieving events from my Nextcloud calendars. Until today, I didn't enabled the option "Use cache in case of an error", so in case of an error no events are returned. This caused an issue today, so I enabled the option "Use cache in case of an error" from which I would expect that the node will simply return the previously successfully fetched events.
But in my case, whenever I enable the cache option, the node never returns any events.
To Reproduce
Steps to reproduce the behavior:
Create a CalDAV calendar config and enable the cache option
Add an upcoming node, select the CalDAV config, leave calendars empty, select "Events" as event types
Connect the upcoming node to a debug node
Trigger the upcoming node using a trigger node
Expected behavior
In case no error occurs, a list of events should be retrieved. In case of an error, the last successfully fetched data should be used.
Screenshots
First trigger with enabled cache, second trigger with disabled cache.
**node-red-contrib-ical-events
Version: 2.2.0
node-red version: v2.2.2
nodejs version: v14.18.2
is it an ical, caldav or icloud calendar? CalDAV (Nextcloud 23)
The text was updated successfully, but these errors were encountered:
Describe the bug
I've an "upcoming" node retrieving events from my Nextcloud calendars. Until today, I didn't enabled the option "Use cache in case of an error", so in case of an error no events are returned. This caused an issue today, so I enabled the option "Use cache in case of an error" from which I would expect that the node will simply return the previously successfully fetched events.
But in my case, whenever I enable the cache option, the node never returns any events.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In case no error occurs, a list of events should be retrieved. In case of an error, the last successfully fetched data should be used.
Screenshots
First trigger with enabled cache, second trigger with disabled cache.
**node-red-contrib-ical-events
The text was updated successfully, but these errors were encountered: