Spero di non essermi perso qualcosa, ma è possibile creare un evento ricorrente che sia, ad esempio, il “terzo martedì di ogni mese”?
ludwikc
(Ludwik C. Siadlak)
17 Settembre 2024, 7:56am
2
Anche qui, tengo una sessione mensile di domande e risposte ogni secondo giovedì del mese.
C’è un modo per configurarlo su Discourse Calendar?
NiceOldGuy
(Shap Wolf)
22 Settembre 2024, 5:27pm
3
Anche noi potremmo utilizzare questa funzionalità di pianificazione. Ho trovato diverse altre richieste qui, ma non ho trovato risposte dal team in merito al fatto che ciò non accadrà mai, che sia in considerazione o altro.
Correlati:
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”?