Don't show excluded occurrences

Created on 12 February 2024, 10 months ago

Problem/Motivation

When an event has excluded dates, those dates are still displayed in views because getOccurrences() ignores excluded dates. Also it still saving data into the cache table.

Steps to reproduce

1. Create a node with "daily, starting from 02/12/2024 - 09:00, 3 times", add an excluded date.

RRULE:FREQ=DAILY;COUNT=3
EXDATE:20240213T050000Z

2. Create a view with list of the events.
You will see the following dates:
02/12/2024
02/13/2024 (must be excluded)
02/14/2024

Proposed resolution

A patch to be provided.

API changes

None.

πŸ“Œ Task
Status

Active

Version

3.4

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine ruslan piskarov Kyiv, Ukraine

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024