Apr 18 2024
Apr 11 2024
I would agree, probably not the right patch (Just provided it as it's what we do to make it work, just carrying the patch internally)
Apr 10 2024
Nov 12 2023
Fixed.
Sep 28 2023
Packaged and released in 1.5.4.11
Sep 27 2023
Duplicate of T6688.
Works for me.
Jun 1 2023
May 3 2023
Jan 13 2023
Thanks for the reply! By looking further into the problem the issue seems to depend on the roundcube version, we will get back here if we still need help or close this task...
Jan 12 2023
Which readme? used repository? OS version, installed package version?
Some more information to help accordingly is appreciated.
So help could only be in general, with some information and more manuals to read.
Oct 2 2021
Sep 22 2021
Jun 22 2021
I'd say it's the carddav plugin issue. Maybe it does not "inject" its addressbook sources on task=calendar requests or sth like that.
Feb 1 2021
Jan 28 2021
Jan 26 2021
Jan 22 2021
Removed the in-memory cache instead.
If you think that this internal cache is not really needed then go this way and remove use of self::$typedata. In rare cases when we list folders for all folder types separately in a single request, we'll end up with several requests to the Roundcube imap cache, instead of one. I'm afraid that we might call folder_typedata() or folder_type() methods quite a lot, but I didn't check that, so I'm not sure.
Jan 21 2021
How about we call self::folders_typedata($prefix); to populate the cache, but then user folder_type() anyways to fetch missing entries (it still uses the cache if available)?
With this change METADATA for every folder will be asked separately. This definitely will have performance implications. Maybe a better approach would be to add a method to reset kolab_storage::$typedata (and other cache-like data if needed). And call that method from syncroton's kolab_sync::sleep() or kolab_sync_backend_folder::hasHierarchyChanges().
Aug 25 2020
May 20 2020
This driver is not a high prio for us. Patches welcome.
Currently, the calendar uses the database backend:
The new_event method starts in database_driver and it starts _update_recurring. In this _update_recurring there is a calendar_recurrence object that creates Horde_Date_Recurrence on initialization where the problem is. :)
Yes, it using plugins/calendar/drivers/database/database_driver.php.
May 19 2020
Ok, I was testing a different case. However, this case also works with Kolab backend. I assume that you're using the database driver. Is it right?
Any info? :) Is there anything I can help you to resolve this bug ?
May 12 2020
Did attached screen help you repeat the error?
May 8 2020
I think that the screen from the application will explain the problem better :)
May 7 2020
It works for me with Kolab backend, although the event info dialog displays "Repeat: Every 1 month(s), forever ". When I edit the event Recurrence form looks correct and the event is displayed properly on the 3rd Thursday as defined. So, I see only a problem with the "Repeat" text not being complete.
Feb 10 2020
Jan 28 2020
Nov 13 2019
https://github.com/sabre-io/vobject/pull/476 fixes the issue for me.