Read the statement by Michael Teeuw here.
Symbols in Calendar?
-
Hello
I have Google ical, and amongst other entries I have a repeated weekly event entered, how can I use a symbol for that repeated event? and if possible to have it a color? Where will I find a list of what symbols are available to use?
Thank you. -
@Damian default calendar module is not able to do that. With
MMM-CalendarExt
, you can control most of your wish.
For special events, you can set style by event name or description or location. -
@Damian with default calendar, you can also do that by making another ical with your special events.
-
@Sean said in Symbols in Calendar?:
@Damian with default calendar, you can also do that by making another ical with your special events.
Thanks. How can I make special events in iCal with default calendar?
MMM-CalendarExt, you can control most of your wish.
For special events, you can set style by event name or description or location.If I swapped out default calendar to MMM-CalendarExt, will I still have same layout and use my iCal as it is now? as well as being able to set style as I wanted?
I have this at prsnt{ module: 'calendar', header: 'Family Calendar', position: 'top_right', config: { maximumEntries: 15, maximumNumberOfDays: 365, maxTitleLength: 25, animationSpeed: 0, fadePoint: 3, timeFormat: 'absolute', urgency: 7, getRelative: 0, calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/UK-Holidays.ics' }, { symbol: `calendar-check-o `, url: "https://calendar.google.com/calendar/ical/**************************" }, { symbol: "birthday-cake", url: "webcal://www.facebook.com/ical/b.php?uid=**********************key=**************************gmqP" },
Thank You.
-
Thanks. How can I make special events in iCal with default calendar?
You might have already a few calendars in Google Calendar(if you use, or any other calendar like OSX Calendar or Office Calendar…). they might be
home
,work
,…
Like them, you can make a new calendar for your special events likeMy Families birthdays
orFitness schedule
or any others.
Then you can add it in default Calendar module.In default calendar module, you can set the color and symbol of events per calendar. So you should separate calendars for the different styles.
If I swapped out default calendar to MMM-CalendarExt, will I still have same layout and use my iCal as it is now? as well as being able to set style as I wanted?
It depends on what you need. Yes, you can do it. but if you want to really the same look with default calendar, you should adjust
css
for it by yourself. The default css and looks ofMMM-CalendarExt
are somewhat different with those of the default.
Functionally,MMM-CalendarExt
could be more than the default. But, the configuration ofMMM-CalendarExt
is more complex than the default. I’m sorry for that.
First, you should read the manual with careful. And always, the decision is yours. :)[card:eouia/MMM-CalendarExt]
Configuration
Looks
For other information, See the wiki pages -
Thanks very much for the helpfull info I will look deeper into both options and see which works better for my needs.