aar2dee2

Results 45 comments of aar2dee2

> @aar2dee2 How can I test that? And that would also mean we need to list the cal.com app on make.com, currently, it's just a private app in your make...

> Thank you for this PR, finally got the chance to fully test and review it. Overall it's looking pretty good, I left you some comments and questions. Some of...

Hi, Most of the code is in place, have a few Qs. 1. For conferencing apps, the app gets added as a `location` for the event. For calendar apps, the...

Thanks for the PR @rkreddy99 🙏🏼 @hariombalhara request your confirmation for the suggestion below. After setting up a bot in Slack, I receive notifications for booking `created`, but not for...

> hey @aar2dee2 can we connect on discord for the suggestions, had some doubts Sure. Accepted your request.

Hi, I'm using the Zoom integration as a reference for building the Webex integration. The Oauth is working: https://user-images.githubusercontent.com/85004512/224246221-eb39ea34-d0dc-4904-884d-de16d0a0bf6f.mov 1/ I'm trying to test creating a meeting, but there's a...

@sean-brydon I'm running into an error while calculating the `utcOffset` from `event.startTime` and `event.organizer.timeZone`. Here's the code for the `translateEvent` function inside the `VideoApiAdapter` file: ```ts const translateEvent = (event:...

After merging recent changes from calcom:main, I'm getting a Prisma error: I've run `yarn clean`, `yarn` and `yarn workspace @calcom/prisma db-deploy`. The database is accessible in the Prisma studio. The...

> After merging recent changes from calcom:main, I'm getting a Prisma error: > > I've run `yarn clean`, `yarn` and `yarn workspace @calcom/prisma db-deploy`. The database is accessible in the...

Creating a meeting: If I create a meeting with `start` and `end` times in `UTC` and pass along the organizer's `timezone`, Webex throws a `404`. (Error inducing) Request body: ```json...