Read the statement by Michael Teeuw here.
CalendarEXT3 questions
-
Hey again guys
So right now I got the Cal3 running with a Google calendar. Everythings working good for now, except “CW” is only showint “CW1” in every week. The default calendar is counting correctly. Also I wonder why its showing “CW” instead of “KW” relating to german language. Every possible local setting is put right though.
Also color in config is not shown - I set it up like in the description.Is it possible to somehow put a list additional to the calender? I got some tasks/list points set up in Google but the module obviously is not “asking” for them.
Thanks a lot
-
@_V_ said in CalendarEXT3 questions:
The CW counting not
try this
minimalDaysOfNewYear: "1",
I posted somewhere before (a month ago I think) , but can’t find it…
-
@_V_ cw is a bug
add this to the ext3
startDayIndex: 1,
can you show the default calendar config (xxx out the urls)
the google tasks are are not exposed in the calendar feed…
-
@sdetweil Yes Sam, I know that theyre not there… I just asked, if theres a possibility to get something done
Ill share the code tomorrow, thank you -
@_V_ one needs a different api… not calendar
I don’t know what that is across all the calendar sources…
and ext3 isn’t looking for tasks, so that would be a different thing, cause if u made it a fake cal entry you wouldn’t be able to tell -
Good morning
So Ive noticed the color is applying, the CW is not solved, probably cause I put the snipped in the wront place?
{ module: "MMM-CalendarExt3", position: "bottom_bar", title: "", config: { mode: "month", instanceId: "basicCalendar", locale: 'de-DE', maxEventLines: 5, firstDayOfWeek: 1, calendarSet: ['Testkalender', '', ''], refreshInterval: 900000, startDayIndex: 1 }, },
-
@_V_ i needed the config of the default calendar where the colors are defined
-
Like said above, the colors work now…
The CW counting not, thats why I showed you that part man…
-
@_V_ said in CalendarEXT3 questions:
The CW counting not
try this
minimalDaysOfNewYear: "1",
I posted somewhere before (a month ago I think) , but can’t find it…
-
That solved the problem. Thank you sir
If anyone cares: “CW” is shown even after correct/different local settings because it´s written as element in the stylesheet from calendarEXT3, so you have to change the term there. -