@bhepler everything looks ok in Google Calender. See snapshots from Google and Mirror. Two reccuring events and one with only this day.


@bhepler everything looks ok in Google Calender. See snapshots from Google and Mirror. Two reccuring events and one with only this day.


@bhepler - I have the right time zone. The clock is correct. And if i have a one time appointment in the Google Calender it wil show the correct time at the MM. It is only when i have recurring events that it will show two hours wrong.
Having problems with recurring events for Calender. For the recurring events, the time will gets wrong. Seems like it’s UTC time zone. In Google Calendar, everything is right, but on the Magic Mirror it shows the event two hours later then planned. If I enter an individual event, it will be the correct time.
Anyone who knows what could be wrong?
{
module: "calendar",
header: "HallonKalender",
position: "top_left",
config: {
timeFormat: 'dateheaders',
getRelative: 0,
urgency: 0,
calendars: [
{
symbol: "calendar-check-o ",
url: "https://calendar.google.com/calendar/ical/XXXXXXXXXXXXX/basic.ics"
}
]
}
},