@yawns
Hello. I entered this and nothing changed in my calendar? am I doing something wrong? Thank you
	{
			module: 'calendar',
			header: 'Family Calendar',
			position: 'top_right',
			config: {
                                 maximumEntries: 15,
                                 maximumNumberOfDays: 365,
                                 maxTitleLength: 25,
                                 animationSpeed: 0,
                                 fadePoint: 3,
                                 timeFormat: 'absolute',
                                 urgency: 7,
                                 getRelative: 0,      
				calendars: [
					{
						symbol: 'calendar-check-o ',
						url: 'webcal://www.calendarlabs.com/templates/ical/UK-Holidays.ics'
					},
                                        {
                                                symbol: `calendar-check-o `,
                                                url: "https://calendar.google.com/calendar/ical/**************************"
                                        },
                                        {
                                                symbol: "birthday-cake",
                                                url: "webcal://www.facebook.com/ical/b.php?uid=**********************amp;key=**************************gmqP"
				},
Edit - It is working now. By comparing the actual link with the one I C&P somehow it included “amp,” before “key” an when I removed that part it shows up as it should, with birthday cake :-)
Thanks again.
.