Read the statement by Michael Teeuw here.
Can’t find a calendar that works
-
@scoller You are not using the right URL then. Could you post your config here so we can see?
-
@mdhenriksen sure
-
here is the code for the calendar:
{
calendars: [
{
symbol: “calendar-check”,
url: “https://calendar.google.com/calen”
}
]
}
}, -
This post is deleted! -
@scoller i edited the url so it don’t work because I don’t want everyone in my google acount. Hope you still can help me @mdhenriksen
-
@scoller It would have been better to delete the middle part.
The tyoe of ending is important. Does the url end in a basic.ics?Also can you please go into the console type in
pm2 logs
and give us the output that is referring to the calendar module?
-
@lavolp3 the url did not end with .ical it ended with calendar.m
-
@scoller I think only .ics calendars work but not sure.
You can also use an ics calendar from google and try that.
- Go into your google calendar webpage.
- Click on the three dots on one of the calendars in the left bar (the one with your name preferably) and then click on options.
- Scroll down and find your “private address in ical format”.
Use that address in your config.
-
I was just about to post the exact same as @lavolp3. That should work for sure.
-
@lavolp3 ok what am i looking for?