Flutter does not currently expose a public scheduled-event creation API in the SDK source reviewed for this page.
Parameters
Create an Event
Use the create method when your app has collected the required event fields and knows the target origin. The examples below create a virtual community event and return the created event object.Platform Notes
- TypeScript uses
AmityEventType.VirtualandAmityEventType.InPerson. - iOS uses
.virtualand.inPerson. - Android uses
AmityEventType.VIRTUALandAmityEventType.IN_PERSON. - Android requires
endTime(...)before callingbuild().
Related Topics
Manage Events
Get, query, update, and delete events.
Event RSVP
Create, update, read, and query RSVP responses.
Events Overview
Review event fields, coverage, and common flows.