Platform Coverage
Event Fields
Core fields returned by the SDK include:RSVP Statuses
Common Flow
- Create an event with a title, description, type, start time, end time, origin type, and origin ID.
- Query events by origin, status, type, user ID, attendee filter, sort option, and order option.
- Observe a single event if the detail screen needs live updates.
- Let users RSVP through the methods on the returned
AmityEvent. - Update or delete events through the event repository when the current user has permission.
This page documents SDK method names and data surfaces only. Product policy such as who can create, edit, RSVP, or view an event is enforced by backend permissions and should be handled by your app UI and error handling.
Event Guides
Create Event
Create scheduled virtual or in-person events.
Manage Events
Get, query, update, and delete event objects.
Event RSVP
Create, update, read, and query RSVP responses.
Share Event Link
Generate a shareable deep link to an event.