Skip to content

Commit

Permalink
Add isPrivate field
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchoudhary07 committed Nov 28, 2023
1 parent 9a12153 commit 3b7a384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const patchEvent = async (
endTime: end,
ownerId: userId,
calendarId: eventData.calendarId,
isPrivate: eventData.isPrivate,
// @prakash :: Event Type: Event. Id: 1
eventTypeId: 1,
// TODO: Need to fix updating attendees list
Expand Down

0 comments on commit 3b7a384

Please sign in to comment.