With the Wix Events v2 API you can create and manage events on your site. This API can be used to create sites for concerts, sport camps, city tours, weddings, and so on.
The Wix Events v2 API allows you to:
The main defining characteristics for events are:
Registration types. These registration types define what type of event they are registering for:
Date and time. When defining an event, the event must have a date and time. The event can be either single, or recurring:
Location. The event can happen in:
registration.type of either RSVP or TICKETING, which is the same as the registration.initialType property (this property remains unchanged).registration.external.url field. After doing this, the registration type becomes EXTERNAL, and directs guests to the specified external URL for registration. The existing guest list, originally managed by the Events API, still exists but no longer is maintained by the API. Make sure to manage the guest list from the external platform.registration.registrationDisabled property to true. After doing this, the registration.type value becomes NONE.It’s important to note the following points before starting to code:
{ wixEventsV2 } from the wix-events.v2 module: