calendar/tests/php/unit/Controller
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
..
AppointmentConfigControllerTest.php fix: dont forward internal exceptions 2023-10-30 14:51:30 +01:00
AppointmentControllerTest.php chore!: drop support for PHP 7.4 2023-01-02 21:40:18 +01:00
AppointmentControllerVisitorTest.php chore!: drop support for PHP 7.4 2023-01-02 21:40:18 +01:00
BookingControllerTest.php Refine exception handling for booking controller 2023-02-01 12:08:27 +01:00
ContactControllerTest.php feat: Ability to invite circles 2023-12-04 18:33:36 +01:00
EmailControllerTest.php use \OCP\IUserManager::getDisplayName 2023-10-04 23:01:21 +02:00
PublicViewControllerTest.php chore(tests): harden assertions in view controllers 2023-08-01 18:11:30 +02:00
SettingsControllerTest.php chore: composer run cs:fix 2023-04-19 10:18:28 +02:00
ViewControllerTest.php feat: Ability to invite circles 2023-12-04 18:33:36 +01:00