- ๐บ๐ธUnited States mark_fullmer Tucson
It might also be worth evaluating https://www.drupal.org/project/date_ical โ as a solution. In my initial testing, this has seemed to work better with smart_date fields.
I have an event with a weekly recurring Smart Date set with many overrides under Manage Instances, including December 26. It displays as expected in the event node and FullCalendar View (not occurring on December 26). In Views iCal it outputs as next occurring on December 26:
BEGIN:VEVENT
UID:469
DTSTART;TZID=America/Chicago:20220912T160000
SEQUENCE:0
TRANSP:TRANSPARENT
DTEND;TZID=America/Chicago:20220912T170000
SUMMARY:Snack & Chat
CLASS:PUBLIC
DESCRIPTION:Event Description \n\nWhatโs better than eating some food wit
h friends? Head to the\nlibrary meeting room on Mondays after school for s
ome snacking and\nsome chatting.\n\nFor teens in grades 6-12.\n
RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20230424T235959Z
DTSTAMP:20221220T043908Z
END:VEVENT
When subscribing to the feed in a Google Calendar this translates to this:
Snack & Chat
Monday, December 26โ
4:00 โ 5:00pm
Weekly on Monday, until Apr 24, 2023
Apologies for the repetition, just trying to be clear. I filed this as a issue on Views iCal awhile back, and it has not gotten any attention, so I'm trying here.
Active
3.6
Smart Date Recur
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
It might also be worth evaluating https://www.drupal.org/project/date_ical โ as a solution. In my initial testing, this has seemed to work better with smart_date fields.