Damian Kress
09/27/2022, 10:14 AM{
length: 15,
title: 'some title',
slug: 'some-title',
description: '',
metadata: {},
teamId: 1234,
}
but a more sophisticated POST body results in the same issues:
{
"title": "EventType Per Postman",
"slug": "eventtype-per-postman",
"description": "",
"position": 0,
"locations": [
{
"type": "integrations:daily"
}
],
"length": 15,
"hidden": false,
"userId": null,
"teamId": 1234,
"eventName": "",
"timeZone": null,
"periodType": "UNLIMITED",
"periodDays": null,
"periodCountCalendarDays": false,
"requiresConfirmation": false,
"disableGuests": false,
"hideCalendarNotes": false,
"minimumBookingNotice": 120,
"beforeEventBuffer": 0,
"afterEventBuffer": 0,
"schedulingType": "COLLECTIVE",
"price": 0,
"currency": "usd",
"slotInterval": null,
"metadata": {
"blockchainId": 1
},
"successRedirectUrl": null
}
Note: the seatsPerTimeSlot
and scheduleId
properties are not recognised, also "periodStartDate": "2022-09-27T09:41:32.794Z"
and "periodEndDate": "2022-09-27T09:41:32.794Z"
result in the error "Expected date, received string"
zomars
09/28/2022, 9:17 AMDamian Kress
09/30/2022, 7:27 AMAgusti
09/30/2022, 7:34 AMAgusti
09/30/2022, 7:34 AMAgusti
09/30/2022, 7:34 AMDamian Kress
09/30/2022, 8:05 AM"preiodStartDate"
and "periodEndDate"
fields are meant to be used? I can't find any documentation on themRiccardo Giorato
11/08/2022, 2:08 PM