From d94fedc5ceb778abc6a04e54ed10d0ec0a14108c Mon Sep 17 00:00:00 2001 From: Neil Jenkins Date: Wed, 20 Mar 2024 14:36:47 +1000 Subject: [PATCH] Remove JMAP-specific text from JSCalendar regos The registration should be about what it means in the JSCalendar context. The effect within JMAP is already defined in the ACLs description earlier in the doc. --- rfc/src/calendars.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rfc/src/calendars.xml b/rfc/src/calendars.xml index 55d7f7a..25ac95d 100644 --- a/rfc/src/calendars.xml +++ b/rfc/src/calendars.xml @@ -486,15 +486,13 @@ invitation from another calendar system)? This is true if, and only if:
mayInviteSelf Type: Boolean (default: false) Context: Event, Task -If true, any user may add themselves to the event as a participant with the "attendee" role. This property MUST NOT be altered in the recurrenceOverrides; it may only be set on the base object. -This indicates the event will accept "party crasher" RSVPs via iTIP, subject to any other domain-specific restrictions, and users may add themselves to the event via JMAP as long as they have the mayRSVP permission for the calendar. +If true, anyone may add themselves to the event as a participant with the "attendee" role. This property MUST NOT be altered in the recurrenceOverrides; it may only be set on the base object.
mayInviteOthers Type: Boolean (default: false) Context: Event, Task If true, any current participant with the "attendee" role may add new participants with the "attendee" role to the event. This property MUST NOT be altered in the recurrenceOverrides; it may only be set on the base object. -The mayRSVP permission for the calendar is also required in conjunction with this event property for users to be allowed to make this change via JMAP.
hideAttendees