Update Meeting by serviceAsk AIput https://app.upswot.com/{tenant}/api/v1/normalized-data/{companyId}/vc/meetings/{serviceId}Update Meeting by service idPath ParamscompanyIduuidrequiredserviceIduuidrequiredBody ParamscalendarIdstring | nullThe calendar ID (email) where the meeting/event will be createduserIdstring | nullThe user's user ID or email address. For user-level apps, pass the me value.summarystring | nullThe title or summary of the meeting/event.descriptionstring | nullDescription of the meeting/eventorganizerEmailstring | nullThe email address of the meeting organizer, used for sending notificationsstartobjectstart objectendobjectend objectdurationint32 | nullThe meeting's scheduled duration, in minutes. (for scheduled meetings)passwordstring | nullThe passcode required to join the meeting.typestring | nullThe type of meeting. "INSTANT", "SCHEDULED", "RECURRING (FLEXIBLE) ,"RECURRING (FIXED), "SCREEN SHARE ONLY"attendeesarray of objects | nullattendeesADD objectstartDatedate-time | nullThe start date of all-day meeting/event.endDatedate-time | nullThe end date of all-day meeting/event.recurrenceobjectrecurrence objecteventIdstring | nullUnique identifier for the event (meeting).Responses 200OK 400Bad Request 401Unauthorized 403Forbidden 404Not Found 422Unprocessable Content 500Internal Server ErrorUpdated 11 months ago