nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
965 stars 236 forks source link

Attendee selection should allow selecting users without email #6203

Open SebastianKrupinski opened 1 month ago

SebastianKrupinski commented 1 month ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

And organizer should be able to add an internal NC users without a email configured.

As the CalDav format requires a reference for an attendee (Email or other) some possible option for referencing an internal NC user might be...

DIR Parameter

ATTENDEE;CN=John Smith;DIR="nc://internal/user1(cn=3DBJim%20Dolittle)

Describe alternatives you've considered

No response

Additional context

No response

tcitworld commented 1 month ago

Note : we should anticipate the format for federated attendees.

SebastianKrupinski commented 1 month ago

@tcitworld good point! the same parameter would be use to denote another NC instance