I have self-hosted <Cal.com>; I might be missing s...
# api
k
I have self-hosted Cal.com; I might be missing something but I'm trying to create a new user and new schedule via the API; when I submit availability data it looks like it's not accepted in the
POST /schedules
handler, and instead, that endpoint only accepts
userId
,
name
, and
timeZone
. The
DEFAULT_SCHEDULE
constant is the only option for creating new schedules w/ availability via API. Am I understanding correctly?