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
Description: I live in Pacific Time Zone and set up a reoccurring event that is in the evening that goes every 3rd thursday of the month. The entry doesn't show up on my magic mirror. It appears that if the start time of the event is the next day UTC the calculation of what "3rd Thursday" means ends up skipping the first time it is on the calendar.
Steps to Reproduce: Have an entry similar to the following in the ics file:
Platform: Docker image
Node Version: 20
MagicMirror² Version: v2.26.0
Description: I live in Pacific Time Zone and set up a reoccurring event that is in the evening that goes every 3rd thursday of the month. The entry doesn't show up on my magic mirror. It appears that if the start time of the event is the next day UTC the calculation of what "3rd Thursday" means ends up skipping the first time it is on the calendar.
Steps to Reproduce: Have an entry similar to the following in the ics file:
Expected Results:
Both events should show up on 1/18/2024 for their first time in the reoccurrence
Actual Results:
Only the 6am entry is shown
Configuration:
{ module: "calendar", config: { calendars: [ { broadcastPastEvents: true, maximumNumberOfDays: 20, name: "family", url: '...' }, ], } },