Read the statement by Michael Teeuw here.
default Calender Two calender with different update time
-
How?
The fetchinverall is only in the config menu not for the menu of the differnet calenders.
Blackmirror
-
{ module:"calendar", . . config:{ fetchInterval: yyyyyyy, calendars: [ { url:"cal1" } ] } }, { module:"calendar", . . config:{ fetchInterval: xxxxx, calendars: [ { url:"cal2" } ] } },
-
okay.
I was hoping there would be a solution to integrate this into a calendar
Blackmirror
-
@Blackmirror for the default calendar, all calendars:[] in the list use the same fetchInterval.
you could use one of the other calendar modules that display a wall type
MMM-CalendarMonthly, MMM-CalendarExt3 (or its siblings, Agenda, Timeline,…),
or others… search calendar on the 3rd party module list linked in the header abovethose modules collect results from the default calendar and present them in different formats
-
@Blackmirror i am wrong.
based on the code (not the doc)
you can have a unique fetchInterval by url to override the base config value
so you only need one calendar instance
-