Visits Casavo
09/05/2022, 8:52 AMChrissy
09/09/2022, 1:38 PMPeer
Jesse Winton
09/21/2022, 4:12 PMVarun Krishnamurthy
09/22/2022, 12:56 AMuser id
, so I am making a GET request to
<https://api.cal.com/v1/users?apiKey=cal_live_****>
However, I am getting an empty list of users instead of the one I created. Seems like the behavior here has changed since July, but the documentation/Postman collection doesn't indicate any changes here. Any idea what I'm doing wrong?
It seems that without user id
, I cannot make other API calls, like availabilities, etc.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"
Maciej Gryka
10/13/2022, 8:53 PMuid
to the data included in the bookingSuccessful
action? https://developer.cal.com/embed/set-up-your-embed#following-are-the-list-of-supported-actions
Iāve got an embed of Cal on my site and want to know when users create bookings and give them easy ways to reschedule/cancel them. To do that I need to uid
and the only way I can see so far of getting it, is
⢠wait for the bookingSuccessful
action to fire
⢠look at the eventType
and date
⢠make an API call to get all bookings, filter by the eventType
and date
This will probably work, but seems roundabout?Michael Ferioli
10/20/2022, 4:01 PMusername
attribute nor does it automatically create one. I'm wondering if this is a problem when accessing the Event Type since the URL must contain the username
param. @Agusti - any thoughts on this? I also tried to update/PATCH the User object with a username and no go.Michael Ferioli
10/20/2022, 4:01 PMGeorge Larson
10/25/2022, 8:53 AMVarun Krishnamurthy
10/26/2022, 12:12 PM<https://api.cal.com/v1/bookings?apiKey=cal_live_***>
with the same request body, roughly half the requests succeed as they should. However, half the time I get a 500 with the error message No available users found.
Since the request body is not changing between success or failure, this seems like a server issue. Any idea why this would be happening?Karran G
11/03/2022, 8:22 PMRiccardo Giorato
11/08/2022, 2:16 PMAugusto Samame
11/26/2022, 2:54 PMDATABASE_URL
Now you can call api.cal.com?key=CALCOM_LICENSE_KEY, which will connect to your own databaseUrl_.ā
However, we canāt find any place to enter the DATABASE_URL to our deployment via console or even the option of an API or Admin addon. We do have a working database url added to .env of course, in order for our self hosted site to work, but no idea of how to make it work with the hosted APIPeter
12/02/2022, 9:08 PMgit version 2.38.1
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
Problems:
⢠using `-j8`completly destroys the cloning process ... I'm not able to use the PAT (screenshot 1,2) and the PAT is even shown in cleartext
⢠avoiding `-j8`cloning process is partailly successful - but no API content (Screenshot 3)
⢠adjusting the `.git/config`file as suggested here doesn't change anything
I'm completly lost here - could someone please point me the direction out of this?Timo Rogge
12/07/2022, 8:43 AMAugusto Samame
12/07/2022, 2:28 PMAugusto Samame
12/07/2022, 2:28 PMAugusto Samame
12/07/2022, 2:30 PMTravis Hamilton
12/12/2022, 7:19 PMSergey Kotlov
01/04/2023, 1:03 PMFederico Meini
01/16/2023, 6:35 PM<https://console.cal.dev/api/license?key=my-license-key>
returns valid:false
.
What could be the issue?TimothƩe Pineau
01/20/2023, 10:23 PMMiguel Estepa
01/25/2023, 4:47 PMAli
01/26/2023, 1:30 AMGaurav Kelkar
01/27/2023, 8:27 AMyarn workspace @calcom/api dev
as per docs. I'm not sure whats wrong. calcom_api
in the image is localhost:3002/v1
Bill Metangmo
01/30/2023, 10:12 AMMiguel Estepa
01/30/2023, 3:38 PM"message": "Unrecognized key(s) in object: 'password'"
So I am wondering how I can use these users to sign-in in the cal UI? I've seen @zomars could know something about this regarding the sign-up endpoint.Miguel Estepa
01/31/2023, 2:34 PMPeer