@MMRIZE said in CalendarExt3 and Google Calendar event display:
You may need broadcastEvents: true, in MMM-GoogleCalendar module. I don’t know why, but that option is disabled by default unlike the default calendar module.
broadcastEvents: true
This solved the issue I had completly, the Google calendar doesnt broadcast the events by default and I just saw the difference in the debug output comparing the normal “Calendar” and the “MMM-GoogleCalendar”.
The calendar events from MMM-GoogleCalenda appear correctly after i used broadcastEvents: true in the config.
Cheers :),
Klaus