Hi @KirAsh4 , thanks for the info! I am running into an issue with combining multiple calendars.
I have successfully added my Google calendar by replacing calendarlabs default with my personal ical address. However, I still want to US Holidays to show. I am only seeing my personal google calendar showing with the following code. I even tried rearranging the order, but it doesn’t seem to want to show Holidays. Memorial Day isn’t showing up, but my personal meeting much further in the future are showing. Are you putting both calendars into the config.js and the calendar.js file?
calendars: [
{
symbol:"calendar",
url:"http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
},
{
symbol: "calendar",
url: "https://calendar.google.com/calendar/ical/MY_INFO.ics",
},
],