Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: set attendee type to required
  • Loading branch information
naveensingh committed Oct 16, 2025
commit 55aa06928d0ac9fc7011d45e30a7ee388a9b4f1c
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ class CalDAVHelper(val context: Context) {
Attendees.RELATIONSHIP_ATTENDEE
}
)
put(Attendees.ATTENDEE_TYPE, Attendees.TYPE_REQUIRED)
put(Attendees.EVENT_ID, event.getCalDAVEventId())
}

Expand Down