Hi!
Just discovered this project a couple of days ago and have to say I’m hooked! I love this module and all it’s freedom of setup and config.
One problem though, I’ve imported the Facebook birthdays but they are shown over two days like the event is started at 23:59. Importing the same url in google calendar works fine and thew events are yearly reoccurring and only displayed one one day. Have been at it for days. Tried everything I could think off especially in the localisation area but nothing I do seems to make any difference.
All other calendars work fine.
Is this a know issue? anyone know a workaround? Any help is greatly appreciated!
Also notice the difference in CSS formatting of the 2 FB events (square vs rounded).
{
module: 'MMM-CalendarExt',
position: "top_left", //anywhere. It is not related to real position of view
config: { // Read below
system: {
show: ['daily'],
locale: 'nl-NL',
fullDayEventLocalize: 1,
redrawInterval: 60000, //minimum 60000
},
defaultView: {
dateFormat: "D MMM",
fullDayEventDateFormat: "D MMM",
oneLineEvent:0,
overflowRolling: 1,
overflowHeight: 400,
overflowDuration: 5,
weekdayFormat: 'dddd',
},
calendars: [
{
url: "https://calendar.google.com/calendar/ical/*****%40gmail.com/private-***************/basic.ics"
},
{
name: 'Facebook',
styleName:"style5",
symbol:"facebook-f",
url: 'webcal://www.facebook.com/ical/b.php?uid=********&key=*******'
},
{
name: 'Holidays',
styleName:"style20",
symbol:"flag-nl@em",
url: "https://calendar.google.com/calendar/ical/nl.dutch%23holiday%40group.v.calendar.google.com/public/basic.ics"
},
{
name: 'Ajax',
styleName:"style1",
symbol:"soccer@em",
url: "https://www.google.com/calendar/ical/kc4eeg2****0group.calendar.google.com/public/basic.ics"
}
]
}
},