Differences between revisions 34 and 35
Revision 34 as of 2018-08-28 14:38:50
Size: 3873
Editor: davidsch
Comment:
Revision 35 as of 2018-08-28 14:48:54
Size: 3868
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
}}}

KOrganizer Data Migration

Problem description

If your client was updated from Debian Squeeze (6.0) to Debian Wheezy (7) and all your KOrganizer events disappeared after the migration, or if you are a new KOrganizer user and you cannot get KOrganizer to work (e.g. KOrganizer notifies you about being unable to store a new event or about being unable to read the calendar file), you should read the following instructions.

Steps to a working KOrganizer

  1. Make sure, KOrganizer and its components are not running. After you closed KOrganizer, kill all dangling processes like korganizer and korgac:

     pkill korg
  2. If you alredy used KOrganizer, move your calendar file, e.g.

     mv $HOME/.kde/share/apps/korganizer/std.ics $HOME/.kde/share/apps/korganizer/old.ics
  3. Run  /usr/bin/akonadiconsole , The screen looks as follows:

  4. akonadiconsole.jpg

  5. In the menu, head to "Server", and choose "Stop server". Leave the akonadiconsole dialog open.
  6. Cleanup your KDE profile. CAUTION: backup all files to be removed, as you might loose application settings and -data if you were already using KDE applications before. You might skip this step and try to start with the next step, it might work too. If it doesn't, you should try the cleanup:

     /usr/bin/akonadictl stop
     rm -rf $HOME/.kde/share/config/akonadi*
     rm -rf $HOME/.kde/share/config/kresources
     rm -rf $HOME/.local/share/akonadi
     rm -rf $HOME/.config/akonadi
  7. Back in the akonadiconsole, head to the menu "Server", and choose "Start server". Then open the tab "Agents" in the akonadiconsole dialog.
  8. If there is not yet an item in the list called "Personal Calendar", click the button [Add...], the following box appears (if the "Personal Calendar" entry is already there skip this step).

  9. akonadiconsole-add.jpg

  10. Choose 'Ical Calendar File'. Do not choose ICal Calendar Folder!

  11. Now the "Personal Calendar" item should appear in the list of the first dialog (Tab "Agents" in the "Akonadi Console" main dialog).
  12. To edit the calendar's settings, mark the "Personal Calendar" item in the list and click the "Configure..." button at the bottom of the dialog. The following window will appear:
  13. personalcal.jpg

  14. Edit the path so it points to the location where you put your current std.ics file (please make a backup of std.ics before you set the path to that file here - sometimes it happens that the file is truncated...)
  15. Now it's time to start KOrganizer. If you want to begin with a new blank calendar, you are finished. If you need to import your old calendar data from previous versions of KOrganizer, follow the next steps:
  16. In KOrganizer, go to the File menu, choose Import, then Import Calendar..., pick your old calendar file, e.g. old.ics. Then KOrganizer asks you what to do with this file:

  17. ko7.jpg

  18. Choose Merge into existing calendar. Please be patient. Depending on the amount of calendar entries you have in your old calendar file, this might take several minutes to complete and you won't see a progress bar (i.e. KOrganizer makes the impression of being frozen).

  19. Now you should have (and see) all your imported calendar entries in the default (akonadi) calendar, that should also appear after you restarted KOrganizer:
  20. ko8.jpg

  21. If you are missing some panel on KOrganizer's right hand side (e.g. the panel where you can choose the calendars to be shown, if you have multiple calendars for instance), the reason is that this panel is hidden. To unhide it, click the three dots (...) that are found under the bottom most pane and drag the above pane upwards; then it should look like as follows:
  22. ko9.jpg


CategoryLXCL

FAQ/KorganizerMigration (last edited 2020-09-22 20:41:37 by davidsch)