node-red-contrib-ical-events icon indicating copy to clipboard operation
node-red-contrib-ical-events copied to clipboard

[BUG]: Two or more iCal pulls from one Exchange Server

Open jroehler23 opened this issue 2 years ago • 1 comments

Describe the bug I have several public calendars on my Exchange server. When two triggers or the event sensors afterwards query at the same second, I get a 503 error from Exchange.

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

**node-red-contrib-ical-events

  • Version 2.2.0
  • node-red version 2.2.0
  • nodejs version
  • iCal from Exchange 2019

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

jroehler23 avatar Apr 23 '22 15:04 jroehler23

Hi @jroehler23,

unfortunately I have no Exchange Server to test this.

After some searching, I found this (german) post in the FHEM forum https://forum.fhem.de/index.php/topic,110635.15.html?PHPSESSID=8b4ddtco8fqoo76pkvjjfgb4d0

It seems, that the exchange server can't handle two requests at the same time.

Can you try to put some delay between the requests? Because I've no idea how to handle this on the code side ;)

Greets, BEnjamin

naimo84 avatar May 09 '22 13:05 naimo84