Uh oh!
There was an error while loading. Please reload this page.
implement principal property search for calendar user address set property - #14315
Conversation
schiessle
commented
Feb 21, 2019
I just tried it with Evolution but I don't see any free/busy information. There are two requests when I ask Evolution to update the free/busy information: First request:RequestResponseSecond requestRequestResponseThat's what I have in the nextcoud.log: |
@schiessle Can you please report that as a bug to Evolution? To be fair, Sabre/DAV is very strict here, but it got every right to do so: time-range requires a iCalendar formatted date-time string in UTC, see definition https://tools.ietf.org/html/rfc4791#section-9.9 iCalendar is
|
schiessle
commented
Feb 21, 2019
Sure, I will forward it. |
schiessle
commented
Feb 21, 2019
For reference, this is the Evolution ticket: https://gitlab.gnome.org/GNOME/evolution/issues/316 |
schiessle
left a comment
There was a problem hiding this comment.
Unfortunately I can't test it because of a Evolution bug (which is already fixed thanks to the awesome Gnome team, I just wait for the release and that the update lands in Debian). But code looks good, so I'm fine with merging it.
schiessle
commented
Feb 25, 2019
maybe a KDE user like @tobiasKaminsky could give it a try with Kontact? |
tobiasKaminsky
commented
Feb 25, 2019
I can give it a try, though I do not use Kontact. |
tobiasKaminsky
commented
Feb 25, 2019
Hm. I do not get what I should test… |
schiessle
commented
Feb 28, 2019
@tobiasKaminsky You create two users (user1 and user2). Create calendar entry for user2, connect the calendar of user1 to KDE Kontact. Setup an event/appointment in the calendar at the same date you created already an entry for user2 and add user2 as participant. Kontacts should have a free/busy few where you can see if user2 has time at the date or not, he should be show as busy. |
tobiasKaminsky
commented
Mar 4, 2019
MorrisJobke
commented
Mar 20, 2019
georgehrke
commented
Mar 20, 2019
@tobiasKaminsky Can you select a Meeting organiser? @MorrisJobke Even if KOrganiser doesn't work at the moment, it didn't work before either. As @schiessle confirmed, this adds support for Evolution, so we should get this in now imho. |
tobiasKaminsky
commented
Mar 21, 2019
Does not seem that good…
|
MorrisJobke
commented
Mar 21, 2019
Moved to 17 - in case it fixes issues we still can backport it. |
georgehrke
commented
Mar 21, 2019
@MorrisJobke I think we should get this in now. It implements support for a |
…perty Signed-off-by: Georg Ehrke <developer@georgehrke.com>
455a398 to
d74e49bCompareMorrisJobke
commented
Mar 21, 2019
Rebased to retrigger CI. |
tobiasKaminsky
commented
Mar 21, 2019
@georgehrke also fine by me. |
MorrisJobke
commented
Mar 21, 2019
Was this PR created? I can't find anythin searching. The related help entry doesn't get me any further as well. I am unsure if I should create another issue or rather look into KDE PIM configuration options... |









fixes#12033
This will extend FreeBusy support for KDE-PIM and Evolution.
Before:
after:
@schiessle