Skip to content

Commit

Permalink
Merge branch 'main' into add-ews
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev authored Jul 25, 2024
2 parents 76fb367 + 091c901 commit 744b5e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/kotlin/com/nylas/models/Event.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ data class Event(
*/
@Json(name = "organizer")
val organizer: EmailName? = null,
/**
* Organizer of the event.
*/
@Json(name = "master_event_id")
val masterEventId: String? = null,
/**
* A list of RRULE and EXDATE strings.
* @see <a href="https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.5">RFC-5545</a>
Expand Down

0 comments on commit 744b5e8

Please sign in to comment.