Read the statement by Michael Teeuw here.
HowTo use different calendar?
-
Hi,
i have problems to understand how i can use more than one calendar in a prober way.
That’s how i did it now:
{ module: 'calendar', header: 'Kalender', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'https://calendar.google.com }, { symbol: 'calendar-check-o ', url: 'https://calendar.google.com }, { symbol: 'calendar-check-o ', url: 'https://calendar.google.com }, { symbol: 'calendar-check-o ', url: 'https://calendar.google.com } ] } },
But the result is that it is fading from the first to the second and stay’s on the second right now. Also i would like to have a separate header for each calendar.
How can i do it?
greets
Dirk -
If you want seperate headers for your calendars just add several calendar modules in the config.
-
Hi thanks for your hint. And will the modules be at the same place and fading from one to another?
I just noticed right now hat alread every entry is shown. But one calender had so many entries that i did not notice the others. Now i increased the maximun Entries No. and noticed that all other are shown as well.
-
I’m using now different icons for every calendar entry and it is fine :)
One thing more:
repeatingCountTitle
The count title for yearly repating events in this calendar.If i use this every repeating entry get this title. I just want to have this for yearly repeating. How can i control it more in detail?
-