Syed Ali Shahbaz

Results 161 comments of Syed Ali Shahbaz

> @alishaz-polymath I think it would be a good idea to add jest tests for `getSchedule` for dynamic logic. https://github.com/calcom/cal.com/blob/5165c511f5b060fff617f85ba2a6ca3d2042ae3c/apps/web/test/lib/getSchedule.test.ts I agree. I have that planned as a follow up...

> Just minor comments, looking good 👍 All make sense. I had missed them out somehow, had put them in place to narrow-down the typesafety issues 😅 resolved them now...

@jdaviescoates I think any changes (reschedule or location update) results in an extra updated booking in the nextcloud calendar which is definitely unintended. We've identified potential causes and currently working...

Hey @jdaviescoates thanks for the update. I think there's a general fix we might merge in early this week which might end up fixing this ticket itself, or at least...

@jdaviescoates please book a slot with me [Here](https://cal.com/ali) and we'll have a go at it together as I couldn't re create it 🙏

Currently, we only look at the event type for bookings to block out the slots for that specific event type, which isn't very useful for blocking out slots on other...

I've identified exactly where the issue is, the ICAL parser is unable to parse the CalendarObject data (ICalstring) because of the apparent incompatibility between the two items. The ICAL parser...

Just replacing all the `\r` with `\r\n` now fixes this initial incompatibility issue but reveals even more incompatibility in the code. Work in progress ⛑️

He @natelindev Thank you. We're also quite dependent on your wonderful library and we appreciate your help. We're willing to pay to expedite this as a priority (you can contact...

Hey @natelindev is there any update on this at all?