<@U032CMXGG4A> do you know if the booking api curr...
# api
v
@Agusti do you know if the booking api currently adds the event to the users calendar? We are seeing the booked events in the cal.com dashboard but not in our google calendars. I have connected the google calendar app and also configured the event to in the advanced settings to "Create events on" our calendar
🙏 1
a
I think not yet @Vikram, but will work on it this week as this is important that works! I think we added some stuff on webhooks end but need to check on the create booking action
Yep as it stand we’re currently triggering webhook events, but I don’t see anything related to calendars. Will add an issue to api repo and add it soon!
Actually it was already open https://github.com/calcom/api/issues/119
Will ask ali which is OOO until the 4th of july if he had started any work on it and finish it or do it myself.
v
perfect thank you!
also does this include adding a event for the invitee as well?
a
I think this might be a good opportunity to merge underlying trpc logic
for web and api
Either that or do something similar to availability
If it currently that works like this in web, we should aim to it yeah @Vikram
Im not sure if it’s the case though currently?
v
that would be ideal. I, we would probably only need to add invitee email(s) to the booking api to accommodate
a
ok sounds good, so the the invitation for the event is sent to the invitee email and they can add it to their calendars from there right?
It’s not as automatic as when you have the calendar connected as a cal user, I mean
v
yea. I believe thats what happens when you book through web
👍 1
yup basically need to adapt this to booking in API