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

@ -90,7 +90,7 @@ acceptance(
assert.deepEqual(
[...arguments],
[
`https://www.google.com/calendar/event?action=TEMPLATE&text=title%20to%20trim&dates=${startDate}T180000Z/${startDate}T190000Z`,
`https://www.google.com/calendar/event?action=TEMPLATE&text=title+to+trim&dates=${startDate}T180000Z%2F${startDate}T190000Z`,
"_blank",
"noopener",
"noreferrer",