Read the statement by Michael Teeuw here.
calendar stuck at loading
-
@sdetweil These are not the only two appointments in the calendar. I only showed two appointments, so you get an idea what it looks like. And even if they were the only two and in the past, then I would get something like: “no future appointments” on my main screen.
I forgot to mention that “node debug.js” gets stuck as well. I don’t get a prompt after the line.
-
@Omeliel I gave it a try. Didn’t work.
-
I cleared my entire calendar to be certain there were no appointments that would cause the problem, problem still occurs.
I can download basic.ics without a problem. -
I’ve done some more testing and I figured out that must be some option in my config.js that causes my problem.
My calendar works when I load the config.js.sample and paste the url of my calendar in it.Guess I’ll have to do troubleshooting to do…
(no worries about the calender link, I will change it after I’m done testing. It has some bogus appointments in it.)
{ module: "calendar", header: "Agenda", position: "top_left", config: { broadcastEvents: false, calendars: [{ url: "https://calendar.google.com/calendar/ical/gjv.de.groot%40gmail.com/private-5652f141b7d1dbb385f50a786a34827a/basic.ics" }], dateFormat: "D MMMM YYYY", fade: false, getRelative: 0, hidePrivate: true, maximumEntries: 8, maximumNumberOfDays: 7, maxTitleLength: 50, showEnd: true, showLocation: true, timeFormat: "absolute", urgency: 1, useRelativeDates: false }
-
@VinGroot it looks forward only maximumNumberOfDays: 7, and only for urgency: 1, type one entries
-
This post is deleted! -
I’ve copied all options and the calendar still works. Problem solved, but no clue what the problem was…
I’d like to thank everyone eho helped me figuring this out.
-
@VinGroot you’re ‘welcome’? we all didn’t learn anything, but it works… weird