Read the statement by Michael Teeuw here.
Default Calendar Module will not display an annually/monthly recurring event at end of March.
-
@REB i will try to look at this today
-
I just added two yearly recurring events, one on Mar 29, and one on April 1.
Both displayed on the event list on the default calendar
my calendar config is (also shows in relative mode)
{ disabled: false, module: "calendar", position: "top_left", config: { showEnd: false, timeFormat: 'asbolute', calendars: [ { symbol: "family ", // url: "webcal://calendar.google.com/calendar/ical/........" }, ] } },
-
@sdetweil said in Default Calendar Module will not display an annually/monthly recurring event at end of March.:
showEnd: false,
@sdetweil Thank you for your efforts. This is my config…
{ module: "calendar", position: "top_center", header: "Upcoming Events", config: { showEnd: false, fade: false, colored: true, coloredSymbolOnly: true, maxTitleLength: 30, timeFormat: "absolute", calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/xxxxxxxxx/basic.ics", color: "yellow", } ], maximumEntries: 15 } },
The url’s are different - yours starts with “webcal:” whereas mine starts “https:” - probably because mine is a private calendar. I did try making my Google Calendar ‘Public’ but that didn’t make any difference.
Edit: Just changed ‘https:’ to ‘webcal:’ and it made no difference.
-
@REB try without maximumEntries
I will test that later today
-
@sdetweil I’d already tried that. In fact, I didn’t have that config entry originally - I just used the default of 10. I added extra entries to see if it made a difference - it didn’t :frowning_face:
Incidentally, I exported my Google Calendar and the annual events show up in there - albeit one of the troublesome entries appears twice for some reason.
-
@REB i changed from a full day event to an hour each year and it still presented ok…
would u be willing to share your cal url? send email to my userid as here at gmail
-
@sdetweil I’ll send the url over. Thank you for your assistance with this.