pk1234

Results 7 issues of pk1234

## Your environment TbSync version: 2.11 Thunderbird version: 68.2.2 [X] Yes, I have installed the latest available (beta) version from https://github.com/jobisoft/TbSync/releases and my issue is not yet fixed, I can...

enhancement
TB91

We are using SabreDAV 3.2.2 and recently activated scheduling, i.e. added ``` $server->addPlugin(new \Sabre\CalDAV\Schedule\Plugin()); $server->addPlugin(new \Sabre\CalDAV\Schedule\IMipPlugin('[email protected]')); ``` to our server.php. Case 1: An internal organizer O creates a calendar entry...

Function Sabre\VObject\Property\ICalendar\CalAddress::getNormalizedValue() is called from: - Sabre\VObject\ITip\Broker::parseEventInfo() - Sabre\CalDAV\Schedule\Plugin::processICalendarChange() Its purpose is to lowercase the schema in schema:value-hrefs. Therefore - getNormalizedValue(MAILTO:[email protected]) === getNormalizedValue(mailto:[email protected]) Sabre\VObject\ITip\Broker::parseEventInfo() uses this function to compare the...

bug

This happens with Sabre 3.2.2. When inviting people with thunderbird, FreeBusy-information is displayed only for some attendees. In order to produce a FreeBusy-report principalSearch() from DAVACL/Plugin.php is called to find...

RFC6638 says in 7.1 about the schedule-agent property of participants: > This property parameter MAY be specified on "ORGANIZER" or "ATTENDEE" iCalendar properties. In the absence of this parameter, the...

Hi everybody thanks very much for this wonderful software. We use SabreDAV 3.2.2 in production for many years now and like it very much. In particular we were able to...

There's bug sabre-io/dav#1250 which can be fixed by changing getNormalizedValue() from sabre-io/vobject. I have already created pull-request #565 which has not been reviewed so far. Is there anything else I...