MMRIZE / MMM-CalendarExt3Agenda

Daily agenda view module of MagicMirror
MIT License
20 stars 6 forks source link

Issue synchronising repeatable events? #64

Closed szech closed 1 month ago

szech commented 1 month ago

There seems to be a bug when editing or rescheduling repeatable events from Google.

It would be great if anyone can replicate, or investigate. Thanks for agenda widget, it's great having it on my mirror :)

=======

I have my widget setup to pull from Google calendar.

New events are showing up, so i don't believe there is any issue getting the calendar info. Deleting and rescheduling regular events is also fine.

eouia commented 1 month ago

Could you provide an example ics URL?

eouia commented 1 month ago

This module gets the data from the default calendar module(or equivalent), But the default calendar module cannot parse that kind of data properly.

image

I made two kinds of repeated events ("Every Thursday" - Fullday events and "Repeated Except" - momentary daily events), then each one specific event changed title and time, (*) mark is appended to be noticeable.

But, the default calendar cannot handle Fullday type event. It doesn't show (*) Every Thursday on date 14. Sep. So that's why CX3A also cannot display that event. That is not the fault of this module.

image

So, report the symptom, "The default calendar cannot handle a modified event from repeated ones" to the MagicMirror's maintainers. (https://github.com/MagicMirrorOrg/MagicMirror/issues) Or the forum (https://forum.magicmirror.builders)

szech commented 1 month ago

Thanks for taking the time to investigate, I appreciate it