DEV: add recurrence rule parameter to downloadCalendar API (#24404)

Add option to create recurrent calendar events. Recurrence rule parameter follows rfc5545 specification: https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10
This commit is contained in:
Krzysztof Kotlarek
2023-11-30 13:56:22 +11:00
committed by GitHub
parent 50bafd48cd
commit 7e013b2120
6 changed files with 120 additions and 36 deletions

View File

@ -7,6 +7,12 @@ in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.16.0] - 2023-11-17
### Added
- Added `recurrenceRule` option to `downloadCalendar`, this can be used to set recurring events in the calendar. Rule syntax can be found at https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10.
## [1.15.0] - 2023-10-18
### Added