I’m building an app for Cal for Zoho. I’ve got a `...
# developers
j
I’m building an app for Cal for Zoho. I’ve got a
draft
PR open for it here. When performing the
updateEvent
action (on a reschedule of a meeting for example) I get the following error
Copy code
Tried to 'updateAllCalendarEvents' but there was no 'externalCalendarId' for 'undefined', userId: 'undefined', bookingId: '78'
The
deleteEvent
works perfectly when cancelling a meeting for example and this issue only occurs while updating an existing meeting. Any idea what could be the root cause of this?
h
maybe @Joe Au-Yeung
z
It seems like you're missing a userId somewhere in the event object
j
@zomars could this be due to my local setup alone? As far as I understand I’m logged in locally and should have the user object
z
I'm not sure