Closed efbenson closed 5 months ago
Recently (Since MM 2.27) I meet this issue often. The reason is the default MM's handling RRULE is not perfect. It sends wrong notifications of Repeated-Fullday-Event-WithTimeZone.
Did you update to the last CX3 1.8.3? I think I solve that issue on that version.
Yep on the latest version still and still a problem.
Could you share me the real ics file or url?(eouia0819@gmail.com) And also your config.js.
I am also having this same issue with reoccuring events being a duplicate the next day. I imagine I am on the latest versions because I just got this set up only a couple of days ago, but Im not sure how I can check what cx3 version I am on
After studying several similar cases, I dare to say, this symptom is caused by MM's default calendar module's bug(Since MM 2.27). It could not handle the recurrent events well.
I'll close this issue.
I suspect it is related to timezone offsets. I have 2 reoccuring Dance classes for my kids. One is at 6-7PM NY time the other 7-8PM NY time on Thursdays. The second one 7-8 shows on friday the right time. I have pulled the events from the ICSs and converted them to JSON to better figure out what is going on. I would guess because the 7-8 one is would be 00:00:00Z-5 (during daylight savings) it would track to the next day.
Throwing the start dates into moment:
If you can point me to what code might be involved with it I can take a whack it it. It looks like its in the CX3_Shared file?