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

Concurrent / overlapping events in different iCalDAV calenders not correctly detected #86

Closed
e-lange opened this issue Apr 17, 2021 · 1 comment

Comments

@e-lange
Copy link

e-lange commented Apr 17, 2021

The issue
I do have nextcloud running as caldav server. I am using a single account with multiple calendars.
Within the different calendars multiple events are scheduled. If these events are overlapping the nodes are reporting only one of the events but as often as there are concurrent events.

Example
image

In Node RED
Simple sensor node (sorry, just a pic - but it is rather simple...)
image

The corresponing debug output
image

It reports the event "MittenDrin" three times.
If I now move away the event "MittenDrin"
image
I get the following output from the debug node:
image

If I move away one of the remaining two events the node properly reports the last remaining event.

Expected behavior
Detect concurrent events and report them accordingly.

I am running

  • node-red-contrib-ical-events: 1.0.0-beta5
  • node-red: 1.3.1
  • nodejs: 12.21
  • nextcloud: 21.0.1.1 (caldav server)

Additional context
Let me know if you need more inputs / different descriptions / flows...
Cheers

@naimo84
Copy link
Owner

naimo84 commented May 2, 2021

Hi @e-lange,

v1.0.0-beta.6 should fix this, sorry for the circumstances.
https://github.com/naimo84/node-red-contrib-ical-events/releases/download/v1.0.0-beta.6/node-red-contrib-ical-events-1.0.0-beta.6.tgz

Have a nice sunday,.

greets,
Benjamin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants