Skip to main content

Get all Calendars an Event is published in

GET 

/event/:guid/calendars/:shop_guid

deprecated

Returns all Calendars which have access to this Event and this Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Event.

    shop_guid uuidrequired

    The guid of the Shop.

Responses

Calendars found.

Schema

  • Array [

  • guid string

    The GUID used to identify a Calendar

    name string

    Possible values: <= 255 characters

    The name of the Calendar

    name_url string

    Name of the Url

    description string

    Possible values: <= 255 characters

    The description of the Calendar

    created_at ISO 8601

    The time it was created.

    updated_at ISO 8601

    The time it was last updated.

  • ]

Loading...