mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
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:

committed by
GitHub

parent
50bafd48cd
commit
7e013b2120
@ -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",
|
||||
|
Reference in New Issue
Block a user