Read the statement by Michael Teeuw here.
Having issues with 2nd ical.
-
Re: 2nd Calendar won't display
I cannot get my 2nd calendar to appear in MM, despite what changes I’ve done. Here is my module snippet (with ical keys obfuscated):
{ module: "calendar", header: "Upcoming Events", position: "top_left", config: { calendars: [ { symbol: "user-alt", url: "https://calendar.google.com/calendar/ical/mah-email@gmail.com/mah-priv-key/basic.ics" }, { symbol: "briefcase", url: "https://outlook.office365.us/owa/calendar/mah-email/mah-priv-key/calendar.ics" }, ], } },
My first gmail calendar shows up file. No issues there.
For the second OWA calendar, I have tried exchanging https:// with webcal:// and back I have ensured that the MM itself can successfully wget the ics file, so connectivity is not an issue. Most of my events in this calendar are weekly or monthly recurring events, but I certainly have upcoming events that are not the “recurring” type.
Anyone have any ideas?
-
@jonspraggins what mm version are u on.
u can send me the ics file and I will examine it. same ID at gmailI have just put in two sets of fixes for calendar for 2.13 and next release
-
from package.json:
"version": "2.13.0",
The ics file is work-related; I cannot sent that. It should be a standard shared ics file from a published calendar on https://outlook.office365.us/ with the “Can view all details” permission set applied.
-
@jonspraggins u can change the names of the events in the file after u download it.
I don’t have office 365. -
@jonspraggins how about if u make that calendar the 1st entry?
-
I just created a fake calendar in OWA and added that to my config. Those events show up for some reason. curious.
-
@jonspraggins and I have other ics files from OWA that worked, and I have fixed because of MS timezone names.
(but that fix is in 2.13) -
This is clearly seems to be a problem with OWA and not MM, so I’ll say close this topic.
-
@jonspraggins the ICS file is text, so u can edit it with an editor… if u send the vcalendar and one vevent that fails, I would love to see it.
BEGIN:VCALENDAR BEGIN:VEVENT ... END:VEVENT END:VCALENDAR
-
I will santizize an ics file and send it to your gmail.