calendar/src/store
Jonas Heinrich df2d51b666 feat: Ability to invite circles
This commit adds support for adding circles as attendees to a calendar event.
The relationship between the imported group and members will be compliant with
the iCal specification.

A circle with the title "testcircle" will be added as an attendee with iCal
attributes "CUTYPE=GROUP` and uri "mailto:circle+CIRCLEID@CIRCLE_INSTANCE".

Members of the circle will be imported as standard attendees. Each member gets
assigned to the circle group entry by assigning them to the group uri using the
iCal member property: "MEMBER='mailto:circle+CIRCLEID@CIRCLE_INSTANCE'".

Searching for circles is only enabled if the circles app is activated.

Circles added to the list of attendees get imported only once and are not
synced yet. While adding a circle, a notice about this is shown to the user.
Only members of local circles which are local users get imported.

Rendering groups in the frontend is done in a separate PR
https://github.com/nextcloud/calendar/pull/5396

Signed-off-by: Jonas Heinrich <heinrich@synyx.de>
2023-12-04 18:33:36 +01:00
..
appointmentConfigs.js Fix eslint issues 2022-09-16 15:59:15 +02:00
calendarObjectInstance.js feat: Ability to invite circles 2023-12-04 18:33:36 +01:00
calendarObjects.js Update calendarId in calendarObject manually as it is not stored in dav 2022-10-19 13:43:44 +02:00
calendars.js feat(webcal): Thunderbird holiday subscription picker 2023-04-28 12:06:39 +02:00
contacts.js Fix jsdoc/tag-lines 2021-09-07 21:12:52 +02:00
davRestrictions.js Fix jsdoc/tag-lines 2021-09-07 21:12:52 +02:00
fetchedTimeRanges.js Fix jsdoc/tag-lines 2021-09-07 21:12:52 +02:00
importFiles.js Fix jsdoc/tag-lines 2021-09-07 21:12:52 +02:00
importState.js Fix jsdoc/tag-lines 2021-09-07 21:12:52 +02:00
index.js Fix eslint issues 2022-09-16 15:59:15 +02:00
principals.js fix: userAsAttendee failing in case of public links 2023-04-27 12:06:10 +02:00
settings.js Revert "Revert "Create Talk rooms for appointments"" 2023-08-14 16:30:53 +02:00