@sdetweil Thanks for the quick responses. It looks like the calendar that I am pulling in has around 600 events, if that is anything.
Because of that, it makes it hard to read the debugger, but I did see this:
"2021-01-05":{"type":"VEVENT","params":[],"start":"2021-01-05T17:00:00.000Z","datetype":"date-time","end":"2021-01-05T17:25:00.000Z","dtstamp":"2021-01-04T03:46:12.000Z","uid":"*******@google.com","attendee":{"params":{"X-NUM-GUESTS":0},"val":"mailto:******"},"recurrenceid":"2021-01-05T17:00:00.000Z","summary":"Busy"},
Then I have some things like this, but I dont notice any of them for any dates coming up soon:
[03.01.2021 20:46.13.274] [DEBUG] start=Tue Jan 03 2023 10:00:00 GMT-0700 (Mountain Standard Time) end=Tue Jan 03 2023 10:25:00 GMT-0700 (Mountain Standard Time)
[03.01.2021 20:46.13.274] [DEBUG] have entries
Also: here is my calendar config:
{
module: "calendar",
header: "Calendar",
position: "top_bar",
maximumEntries: 80,
config: {
calendars: [
{
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/******/public/basic.ics"
}
]
}
},
I can edit and send you the .ics
if that would be helpful, I can sanitize it