Skip to main content

Publish an Event to a calendar

POST 

/event/:guid/calendars/:shop_guid/:calendar_guid

deprecated

Publishes an Event to a Calendar using a specific Shop. Note, this is idempotent, so calling this multiple times will only attach it once. We need manage access for Event, and read access to the Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Event.

    shop_guid uuidrequired

    The guid of the Shop.

    calendar_guid uuidrequired

    The guid of the Calendar.

Responses

Event published to Calendar succeeded.

Loading...