- πΊπΈUnited States skyhawk669
Patch to include any rrule exceptions in ical so that they are not displayed on calendar.
Is it possible to have Views_iCal filter out exceptions to a recurring smart date field? I have an event content type with a smart_date field that allows recurring events and exceptions. An example of an event that has a recurring rule and exceptions appears in the feed like this in the preview (calendars using the feed show the event as happening on exception dates):
BEGIN:VEVENT
UID:2390
DTSTART;TZID=America/Chicago:20220922T180000
SEQUENCE:0
TRANSP:TRANSPARENT
DTEND;TZID=America/Chicago:20220922T200000
SUMMARY:Write Night
CLASS:PUBLIC
RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=4TH
DTSTAMP:20220901T190645Z
END:VEVENT
The same event field displays properly on a Fullcalendar_view (the event does not show as occurring on exception dates), which makes me think it should be possible here too, just not sure how.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patch to include any rrule exceptions in ical so that they are not displayed on calendar.