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
Hi, I have a floating problem.
Sometimes the appointments I get set from a different time zone work an hour later than they should.
In google itself the appointment works fine, but in ical node red it comes with an hour delay.
I check the start time.
date: "10/12/22, 12:30 - 12:45 PM"
eventStart: "2022-10-12T09:30:00.000Z"
The meeting was actually supposed to take place at
date: "10/12/22, 11:30 - 11:45 AM"
But in the originalEvent: object
type: "VEVENT"
params: array[0]
start: "2022-08-09T08:30:00.000Z"
datetype: "date-time"
end: "2022-08-09T08:45:00.000Z"
dtstamp: "2022-10-12T08:37:31.000Z"
The date and time are correct here.
I can't find a clear correlation as I check subsequent appointments and there event start and originalEvent converge, but sometimes they don't and true at the start of the appointment comes with an hour delay. As if there is a problem with time zones.
Checking on Node-red 3 + Pi4
Latest version of ical.
Calendar type is ical, google.
The problem is present in all cubes from ical.
The text was updated successfully, but these errors were encountered:
Hi, I have a floating problem.
Sometimes the appointments I get set from a different time zone work an hour later than they should.
In google itself the appointment works fine, but in ical node red it comes with an hour delay.
I check the start time.
date: "10/12/22, 12:30 - 12:45 PM"
eventStart: "2022-10-12T09:30:00.000Z"
The meeting was actually supposed to take place at
date: "10/12/22, 11:30 - 11:45 AM"
But in the originalEvent: object
type: "VEVENT"
params: array[0]
start: "2022-08-09T08:30:00.000Z"
datetype: "date-time"
end: "2022-08-09T08:45:00.000Z"
dtstamp: "2022-10-12T08:37:31.000Z"
The date and time are correct here.
I can't find a clear correlation as I check subsequent appointments and there event start and originalEvent converge, but sometimes they don't and true at the start of the appointment comes with an hour delay. As if there is a problem with time zones.
Checking on Node-red 3 + Pi4
Latest version of ical.
Calendar type is ical, google.
The problem is present in all cubes from ical.
The text was updated successfully, but these errors were encountered: