Read the statement by Michael Teeuw here.
Help with date format MMM-CalendarExt3
-
@1a2a3a
The default calendar is not part of mine. My module just use it’s broadcasted event list. So mines are dependent to that module, but its working is not my responsibility.To hide some module, set CSS as
display:none
for that module, or just removeposition
from config. -
Anybody has an idea how to change the default cal?
-
/* default calendar config */ { module: "calendar", position: "top_left", config: { timeFormat: "absolute", dateFormat: "Do. MMM, HH:mm", fulldayEventDateFormat: "Do. MMM", urgency: 0, getRelative: 0, ...
-
@MMRIZE hmm still not happening.
{ module: "calendar", broadcastPastEvents: true, header: "Singapore Holiday", position: "top_right", config: { timeFormat: "absolute", dateFormat: "Do. MMM, HH:mm", fulldayEventDateFormat: "Do. MMM", maximumEntries: 10, calendars: [ { url: "https://www.officeholidays.com/ics/singapore", },
-
@1a2a3a Have no idea. Maybe another reason.
I recommend re-setup from the default config file cleanly. Change one by one. -
@MMRIZE for your this particular calendar on the top left. are you able to show holiday and exclude all other calendar without affecting your cx3?
so for example in your calendar module you define holiday ics, soccer ics, and personal ics.
in cx3, to show all 3 ics.
but for that particular top left module, is it possible to just show holiday ics?the only way for this to work is that i define 2 default calendar module in my config.
the 1st default cal - soccer ics and personal ics. hide this module and cx3 and cx3agenda will pull soccer ics and personal ics into them.
the 2nd default cal - holiday ics. do not hide and make it appear. this 2nd default cal module will show just holidays. cx3 and cx3 agenda will then show all 3 ics. -
Remove
position: "...",
from the config of the target module to hide. It will not be rendered. In your case, maybe the 1st default calendar. -
@MMRIZE so the thing here is that, with the 2 default calendar module, when 1 if turned off from viewing (hiding) i can set it to show different ics, but the date format change doesnt work.
if i ‘delete’ 1 of the default cal entirely and just keep 1 default calendar and showcase it, the date format change suggested by you works. but in this instance, that visible calendar is only able to show all the ics and not just the specific ones that i want.
-
@1a2a3a I think you’d better repost this as another new topic. (“Setting 2 default calendar modules; but weird represent”)
We are out of the original topic; ppl who don’t have an interest in CX3 will not see this thread. -