When scheduling events with other attendees (using a Kolab V2 account), I noticed that I cannot see any busy times of the other attendees. When I look in "Configure KOrganizer -> Free/Busy -> Retrieve", all fields are empty despite having set up the account using the account wizard. When I fill everything in manually, Free/Busy retrieval seems to work. Once I close KOrganizer, Free/Busy retrieval stops working and all fields in "Configure KOrganizer -> Free/Busy -> Retrieve" are empty again. Reproducible: Always Steps to Reproduce: 1. In KOrganizer, go to "Configure KOrganizer -> Free/Busy -> Retrieve" 2. Fill in all required fields to make Free/Busy retrieval work 3. Close KOrganizer 4. Start KOrganizer again 5. Go to "Configure KOrganizer -> Free/Busy -> Retrieve" 6. All fields are empty and Free/Busy retrieval does not work Actual Results: Free/busy configuration fields are empty after re-start and Free/Busy retrieval does not work Expected Results: Free/busy configuration fields remember their values after re-start and Free/Busy retrieval works
Additional information: The packages I'm using are Kubuntu 13.10. I just discovered that KOrganizer DOES store the information - everything I entered is present in $HOME/.kde/share/korganizerrc. Apparently, KOrganizer fails to read back the information on start.
Git commit a05fb0f35f8c57ba56b99fc761f022249bf81737 by Sergio Martins. Committed on 22/10/2013 at 13:26. Pushed by smartins into branch 'KDE/4.11'. Don't forget to write settings to disk. M +2 -0 korganizer/calendarview.cpp M +3 -0 korganizer/koprefsdialog.cpp http://commits.kde.org/kdepim/a05fb0f35f8c57ba56b99fc761f022249bf81737
> Additional information: The packages I'm using are Kubuntu 13.10. > > I just discovered that KOrganizer DOES store the information - everything I > entered is present in $HOME/.kde/share/korganizerrc. Apparently, KOrganizer > fails to read back the information on start. The file is supposed to be akonadi-calendarrc: [FreeBusy Publish] FreeBusyPublishAuto=true [FreeBusy Retrieve] FreeBusyFullDomainRetrieval=true FreeBusyRetrieveAuto=true (...)
Sergio, you're really on a roll here, thank you very much! I will have to wait for new Kubuntu packages, then - but you've also given me a workaround (at least when migrating users): I can copy the settings from the old ~/.kde/share/config/korganizerrc into the new ~/.kde/share/config/akonadi-calendarrc. I've tried that yesterday and it works.