discourse/plugins/discourse-calendar/lib/discourse_post_event
Sam ea9f2f532b
FEATURE: introduce max attendees for events (#34313)
Allows to set the max attendees of an event. When an event is full you
can only mark yourself as interested or not going. The going button will
be disabled.

Maximum attendees can be defined in the post builder:
<img width="569" height="106" alt="Screenshot 2025-09-01 at 20 57 16"
src="https://github.com/user-attachments/assets/bf61cd57-d35e-44a7-8d05-263ee9cd7df0"
/>

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-09-01 22:56:19 +02:00
..
engine.rb
event_finder.rb FIX: removes support for include_expired param (#34582) 2025-08-28 14:37:45 +02:00
event_parser.rb FEATURE: introduce max attendees for events (#34313) 2025-09-01 22:56:19 +02:00
event_validator.rb
export_csv_controller_extension.rb
export_csv_file_extension.rb
post_extension.rb
rrule_configurator.rb FIX: removes support for include_expired param (#34582) 2025-08-28 14:37:45 +02:00
rrule_generator.rb FIX: compute correct date with local time (#34623) 2025-09-01 11:46:34 +02:00