discourse/plugins/discourse-calendar/app/serializers/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
..
basic_event_serializer.rb FIX: compute correct date with local time (#34623) 2025-09-01 11:46:34 +02:00
event_serializer.rb FEATURE: introduce max attendees for events (#34313) 2025-09-01 22:56:19 +02:00
event_stats_serializer.rb FEATURE: introduce max attendees for events (#34313) 2025-09-01 22:56:19 +02:00
invitee_list_serializer.rb
invitee_serializer.rb