You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement event RSVP functionality with ICS export
- Added RSVP actions (interested, going, cancel) in EventsController.
- Created EventAttendance model to track RSVPs with validations.
- Introduced EventAttendancePolicy for access control on RSVP actions.
- Implemented ICS export functionality for events.
- Updated routes to include RSVP and ICS endpoints for events.
- Enhanced Event and Calendar models to support associations with EventAttendance and CalendarEntry.
- Added views for RSVP actions and ICS download link in event show page.
- Created tests for EventsController, EventAttendance model, and policies.
- Updated documentation to reflect new features and usage.
0 commit comments