Aleksander Machniak
Aleksander Machniak
I'm unable to reproduce. Probably fixed in Sabre/VObject.
I think this should be rather something like ```diff --- a/lib/CalDAV/Schedule/Plugin.php +++ b/lib/CalDAV/Schedule/Plugin.php @@ -415,7 +415,7 @@ class Plugin extends ServerPlugin $caldavNS = '{'.self::NS_CALDAV.'}'; - $principalUri = $aclPlugin->getPrincipalByUri($iTipMessage->recipient); + $principalUri...
Not really, seems SabreDAV 3.2 requires PHP
> I think this bug may appear only with the CalDAV PDO backend. This test uses `CalDAV\Backend\Mock` deep under the hood I added a PDO backend test. Still green.
FYI, we already have a breaking change in master, but this PR itself is not a breaking change. I hope this makes it easier to accept.
@phil-davis @DeepDiver1975 what do you think?