PUT

Update Event


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates a calendar event.

Update replaces the entire event (there's no partial update and no field mask), so re-supply every field you want to keep, including date or recurringRule. Updating a one-time event with a recurringRule (or vice versa) switches its type.

Events from a connected calendar are read-only: updating one returns a FAILED_PRECONDITION error. Updating an event ID that doesn't exist also returns a FAILED_PRECONDITION error.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Marketing Plans
Learn more about app permissions.
Endpoint
PUT
https://www.wixapis.com/promote/marketing-plan-service/v1/events/{event.id}

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?