Skip to content

Commit e86d616

Browse files
romitg2anikdhabal
andauthored
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
1 parent a379bd2 commit e86d616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-store/zoomvideo/lib/VideoApiAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const ZoomVideoApiAdapter = (credential: CredentialPayload): VideoApiAdapter =>
180180
return {
181181
topic: event.title,
182182
type: 2, // Means that this is a scheduled meeting
183-
start_time: dayjs(event.startTime).utc().format(),
183+
start_time: dayjs(event.startTime).format("YYYY-MM-DDTHH:mm:ss"),
184184
duration: (new Date(event.endTime).getTime() - new Date(event.startTime).getTime()) / 60000,
185185
//schedule_for: "string", TODO: Used when scheduling the meeting for someone else (needed?)
186186
timezone: event.organizer.timeZone,

0 commit comments

Comments
 (0)