-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement principal property search for calendar user address set property #14315
Conversation
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
|
Sure, I will forward it. |
For reference, this is the Evolution ticket: https://gitlab.gnome.org/GNOME/evolution/issues/316 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
maybe a KDE user like @tobiasKaminsky could give it a try with Kontact? |
I can give it a try, though I do not use Kontact. |
Hm. I do not get what I should test… |
@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 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. |
Does not seem that good…
|
Moved to 17 - in case it fixes issues we still can backport it. |
@MorrisJobke I think we should get this in now. It implements support for a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine with me then 👍
…perty Signed-off-by: Georg Ehrke <developer@georgehrke.com>
455a398
to
d74e49b
Compare
Rebased to retrigger CI. |
@georgehrke also fine by me. |
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