I’m hoping I’m just missing this somewhere, but is it possible to create a recurring event that is, say, the “third Tuesday of every month”?
3 Likes
ludwikc
(Ludwik C. Siadlak)
September 17, 2024, 7:56am
2
Same here, I run a monthly Q&A session on every 2nd Thursday of every month.
Is there a way to configure that on Discourse Calendar?
2 Likes
NiceOldGuy
(Shap Wolf)
September 22, 2024, 5:27pm
3
We also could use this scheduling ability. I found several other requests here, but didn’t find responses from team as to whether this was a never gonna happen or considering or?
Related:
At the moment you can only choose from a fixed list of options:
Every Day, Every Month, Every Weekday, Every Week, Every Two Weeks, Every Four Weeks
The resulting code looks like this:
[event start="2023-12-01 10:30" status="public" timezone="Europe/Berlin" recurrence="every_week" end="2023-12-01 11:00" allowedGroups="trust_level_0"]
[/event]
It is not allowed to use other values for the recurrence attribute than the ones mentioned above (an error will be displayed).
Please let users define…
I’m hoping I’m just missing this somewhere, but is it possible to create a recurring event that is, say, the “third Tuesday of every month”?
4 Likes