Mehul
Mehul
> Was that a bug? if yes, how can I reproduce that bug? @CarinaWolli Yes. It can produce values in incorrect tz and feed those to dependent functions such as...
> Found an issue, could you take a look at that? > > * created seated event type (15 min), with: > > * Limit booking frequency: 1 per day...
> Hey @MehulZR just FYI I'm actively reviewing this (hense you're seeing commits here and there) Are you talking about [endResult was still defined as 'const'](https://github.com/calcom/cal.com/pull/13707/commits/6e917d241eae40d1e07965e414cf8ab2979a2664) & [Merge branch 'main'...
Hey Joaomlneto, I recently faced the same issue/misunderstanding with the official Pusher Server. For a user to subscribe to a ***presence*** channel the ***authorizeChannel*** must include the ***presenceData*** (in your...
`apps/web/test/lib/getSchedule.test.ts > getSchedule > User Event > beforeBuffer tests for seated event - Cal Busy Time` `apps/web/test/lib/getSchedule.test.ts > getSchedule > User Event > afterBuffer tests for seated event - Cal...
I have tried to explain but it's a bit complex (more like intertwined with other issues) I will suggest to look a bit into my other PRs like [this](https://github.com/calcom/cal.com/pull/13707) &...
Before: This is main branch without any edit's except the comments. https://github.com/calcom/cal.com/assets/86384652/86643d1d-9b5f-4e36-b044-4cf2420f0e1a After: Only edits are converting the `formattedBusyTimes` from UTC to host's timezone. So that it can subtract from...