Commit Graph

6 Commits

Author SHA1 Message Date
Joffrey JAFFEUX 426c855e75
FIX: prevents double event and uses correct starts_at (#736)
- we were not applying the timezone for the list of upcoming events
- we would return the first event + the upcoming events, we now get all the events generate by RRule if this is a recurring event, and if it's not a recurring event we just return the event, instead of doing a dance where we would remove the first event from RRule but prepend the initial event on the frontend
2025-06-02 21:01:49 +02:00
Jarek Radosz 2201b254ff
DEV: Update linting (#503) 2024-01-15 11:24:00 +00:00
Sam b6ea7363d0
FEATURE: allow every 4 weeks as an interval (#440)
This allows us to sync up 2 week and 4 week events, monthly goes out of
sync

Also fixes... test suite failing in Australia
2023-09-28 16:20:40 +10:00
Jan Cernik ef2751f916
FIX: Disable invitation notifications for recurrent events (#393) 2023-03-14 18:50:06 -03:00
David Taylor 3e9ab14bcd
DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
David Taylor 6f16ae10dc
DEV: Bump rubocop-discourse (#328)
* DEV: Bump rubocop-discourse

* Fix rubocop violations
2022-10-03 22:19:41 +02:00