pk1234

Results 13 comments of pk1234

Almost - What I'm suggesting is to not reload the folderlist during manual or automatic syncronization but to add a separate button to the configuration GUI that will reload the...

Reloading the folderlist from the Manger UI is no problem for us. If you add another Sync-Button to the toolbar (as suggested in #360) then my suggestion is that this...

It seems like the above problem is caused by three minor SabreDAV bugs, namely: - Sabre\VObject\ITip\Broker::parseEvent() does not create scheduling events for new events. - Email addresses are compared case...

Hi everybody, an external organizer does not get a reply if an attendee accepts his invitation. I temporarily fixed that in our 3.2.2 SabreDAV installation (see above) and the 2020-plan...

Sure - just give me a hint what I should do or point me at a document (or sample) that describes how to create a Sabre-php-unit-test

Have alook at #1249. - function Sabre\VObject\ITip\Broker::parseEvent() is called with two calendar objects (parameters $calendar and $oldCalendar) and a list of addresses (parameter $userHref) - parseEvent extracts (among other informations)...

I will create a fix and write some unit-tests. But we are on SabreDAV-3.2.2 with php 5.6 and I will upgrade to php 7.4 / SabreDAV 4.0.3 first. This might...

It took some time, but we finally migrated our SabreDAV server from 3.2.2 to 4.3.1. And I just created my first sabre pull request https://github.com/sabre-io/vobject/pull/565 that fixes getNormalizeValue() and also...

I'm getting closer: Look at the last lines of vendor/sabre/dav/lib/CalDAV/CalendarHome.php /** * Searches through all of a users calendars and calendar objects to find * an object with a specific...

Hi stratmaster this problem is caused by the exact same bug as in #1026 and I fixed it by replacing ``` $query =