Nicolas D.
02/08/2023, 11:10 AMAndrew McGrath
02/16/2023, 10:32 PMAli
02/17/2023, 12:18 PMGET {{baseUrl}}/availability/apiKey={{your_api_key}}&username=admin&dateFrom=2023-02-01&dateTo=2023-03-01&eventTypeId=2
Allows URL parameters:
apiKey
username
dateFrom
dateTo
eventTypeId
Ali
02/17/2023, 12:19 PM{
"busy": [
{
"start": "2023-02-09T04:30:00.000Z",
"end": "2023-02-09T05:00:00.000Z",
"title": "30 Min Meeting between Admin and John Doe"
},
{
"start": "2023-02-22T10:15:00.000Z",
"end": "2023-02-22T10:30:00.000Z",
"title": "Dynamic Collective 15min Event"
},
{
"start": "2023-02-22T04:30:00.000Z",
"end": "2023-02-22T04:45:00.000Z",
"title": "Secret Meeting between Admin and John Doe"
},
{
"start": "2023-02-15T05:30:00.000Z",
"end": "2023-02-15T06:00:00.000Z",
"title": "30 Min Meeting between Admin and Testing Caldav"
}
],
"timeZone": "Asia/Calcutta",
"workingHours": [
{
"days": [
1,
2,
3,
4,
5
],
"startTime": 210,
"endTime": 690,
"userId": 1
}
],
"dateOverrides": [],
"currentSeats": null
}
Andrew McGrath
02/18/2023, 2:14 AMNicolas D.
02/27/2023, 12:30 PMŠŠ»Š“Š°Ń ŠŠ·Š°Š¼Š°Ńов
03/03/2023, 12:04 PMMr. Raghav Mittal
03/09/2023, 7:40 AMDuncan Colville
03/10/2023, 11:51 AMprisma.eventType.findUniqueOrThrow()
invocation:\n\n\nThe column Host.id
does not exist in the current database."
}Alexander Ruban
03/12/2023, 8:52 PMLehlohonolo Ntsoele
03/13/2023, 7:34 PMMichal Bojtos
03/14/2023, 3:48 PMAbhinav kumar
03/16/2023, 8:17 AMFaris Abdul Malik
03/16/2023, 10:55 AMapps/web/components/booking/pages/BookingPage.tsx
Ben Weiner
03/18/2023, 7:55 PM/auth/setup
then i get a 404 on localhost. can someone point me to the correct docs to get set up?Thomas
03/28/2023, 10:26 AMThe user endpoints can only be used on self-hosted enterprise instances and not on our hosted platform. Also note that these are ADMIN only API requests.I used the /v1/users endpoints on api.cal.com and it turned out to work as expected. If this is intentional, could this be mentioned?
shogo kakinouchi
03/29/2023, 9:28 AMArpit Khemka
04/04/2023, 7:17 PMAli
04/04/2023, 9:06 PMKate Donaldson
04/15/2023, 8:02 PMPOST /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?Kate Donaldson
04/15/2023, 8:06 PMKate Donaldson
04/15/2023, 8:06 PMBen Weiner
04/19/2023, 9:50 PMcompletedOnboarding
to true for users created via the api?HorizonFD Services
04/28/2023, 9:09 AMScott Novich
04/28/2023, 9:05 PMFaiz Takwa
05/26/2023, 6:22 AMĆngel Rivera-PĆ”gan
05/26/2023, 6:12 PM@calcom/api:dev: warn(prisma-client) There are already 10 instances of Prisma Client actively running.
this shows that each api call creates a new connection that doesnāt get closed
SELECT * FROM pg_stat_activity WHERE datname = 'calendso';
Is there something we are doing wrong?Brian Riwu Kaho
05/31/2023, 5:54 AMDrivein Huddle
05/31/2023, 8:50 PM/bookings
request.
1 There is no way to paginate the user booking result, every booking request made to the admin, and other team members will be returned
2 There is no way to filter the user booking request by either the user's email or user's Id
3 There is no way to filter user booking request by the booking status, I would like to see PENDING, ACCEPTED, REJECTED booking to display