Skip to content

Commit

Permalink
Add EventVisibility default value (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
atejada authored Jan 30, 2024
1 parent 3f18ace commit 657e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/nylas/models/CreateEventRequest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ data class CreateEventRequest(
private var recurrence: List<String>? = null
private var calendarId: String? = null
private var readOnly: Boolean? = null
private var visibility: EventVisibility? = null
private var visibility: EventVisibility? = EventVisibility.PUBLIC
private var capacity: Int? = null
private var hideParticipant: Boolean? = null

Expand Down

0 comments on commit 657e22d

Please sign in to comment.