Multiple Calendar Support

This commit is contained in:
Jonathan Vogt
2016-01-25 21:59:15 +01:00
parent a201ef4e53
commit a2eeebd2e7
10 changed files with 2894 additions and 92 deletions

View File

@@ -34,8 +34,31 @@ var config = {
]
},
calendar: {
maximumEntries: 10,
url: "https://p01-calendarws.icloud.com/ca/subscribe/1/n6x7Farxpt7m9S8bHg1TGArSj7J6kanm_2KEoJPL5YIAk3y70FpRo4GyWwO-6QfHSY5mXtHcRGVxYZUf7U3HPDOTG5x0qYnno1Zr_VuKH2M"
maximumEntries: 10, // Total Maximum Entries
displaySymbol: true,
defaultSymbol: 'calendar', // Fontawsome Symbol see http://fontawesome.io/cheatsheet/
urls: [
{
symbol: 'calendar-plus-o',
url: 'https://p01-calendarws.icloud.com/ca/subscribe/1/n6x7Farxpt7m9S8bHg1TGArSj7J6kanm_2KEoJPL5YIAk3y70FpRo4GyWwO-6QfHSY5mXtHcRGVxYZUf7U3HPDOTG5x0qYnno1Zr_VuKH2M'
},
{
symbol: 'soccer-ball-o',
url: 'https://www.google.com/calendar/ical/akvbisn5iha43idv0ktdalnor4%40group.calendar.google.com/public/basic.ics',
},
// {
// symbol: 'mars',
// url: "https://server/url/to/his.ics",
// },
// {
// symbol: 'venus',
// url: "https://server/url/to/hers.ics",
// },
// {
// symbol: 'venus-mars',
// url: "https://server/url/to/theirs.ics",
// },
]
},
news: {
feed: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'