This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates a calendar event.
name is required. Create a one-time event by setting date, or a recurring one by setting
recurringRule with a frequency other than UNKNOWN. If both date and recurringRule
are sent, the event is created as recurring and date is ignored. Omitting name, omitting date on a one-time
event, or sending a recurringRule with an UNKNOWN frequency returns an error.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.