feat: calendar invitations RSVP, trust assessment, file preview

This commit is contained in:
Linus Rath
2026-03-16 22:00:11 +01:00
parent cde1d61d02
commit 0f5d030d5f
32 changed files with 21143 additions and 279 deletions
@@ -49,6 +49,7 @@ function makeEvent(participants: Record<string, Partial<CalendarParticipant>> |
updated: '2026-03-01T09:00:00Z',
locale: null,
replyTo: null,
organizerCalendarAddress: null,
participants: participants as Record<string, CalendarParticipant> | null,
mayInviteSelf: false,
mayInviteOthers: false,