author | zautrix <zautrix> | 2004-08-02 17:53:44 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-02 17:53:44 (UTC) |
commit | 82cd729d654323a599f4fecfc6b358ccfb857ec8 (patch) (unidiff) | |
tree | d515325f3485c8da562896e17be4549530174018 /bin | |
parent | d8b187d8760766416a9527f3e12789198b30840a (diff) | |
download | kdepimpi-82cd729d654323a599f4fecfc6b358ccfb857ec8.zip kdepimpi-82cd729d654323a599f4fecfc6b358ccfb857ec8.tar.gz kdepimpi-82cd729d654323a599f4fecfc6b358ccfb857ec8.tar.bz2 |
Compledted migration-howto
-rw-r--r-- | bin/kdepim/korganizer/Migration-HowTo.txt | 48 |
1 files changed, 42 insertions, 6 deletions
diff --git a/bin/kdepim/korganizer/Migration-HowTo.txt b/bin/kdepim/korganizer/Migration-HowTo.txt index a5fa02c..f213b82 100644 --- a/bin/kdepim/korganizer/Migration-HowTo.txt +++ b/bin/kdepim/korganizer/Migration-HowTo.txt | |||
@@ -254,19 +254,55 @@ Syncing data works for KO/Pi ( version 1.9.3) but not yet for KA/Pi. | |||
254 | 7) How to import your contact data into Kontact | 254 | 7) How to import your contact data into Kontact |
255 | ************************************************************* | 255 | ************************************************************* |
256 | 256 | ||
257 | We want to import and upload our contacts to a Kolab server. | ||
258 | You should have access to a properly configured Kolab client. | ||
259 | This Kolab client is Kontact in KDE. | ||
260 | Make sure, you have the needed IMAP resources configured in KAddressbook. | ||
261 | To configure IMAP resources, you should do: | ||
262 | |||
263 | Open KDE control center, choose there | ||
264 | KDE Components - KDE Resource Configuration | ||
265 | Choose there: | ||
266 | Resources: contact | ||
267 | and then: | ||
268 | Add... | ||
269 | IMAP | ||
270 | |||
271 | Now start Kontact and select the Contacts icon on the left side. | ||
272 | Choose menu: | ||
273 | File... - Import - Import VCard... | ||
274 | Select the imap resource as destination of the import | ||
275 | and choose the file to import. | ||
276 | Now the contacts should be imported and you are done. | ||
257 | 277 | ||
258 | 278 | Don't forget to sync the IMAP account to upload to contacts to the server. | |
259 | MISSING | ||
260 | |||
261 | |||
262 | 279 | ||
263 | ************************************************************* | 280 | ************************************************************* |
264 | 8) How to import your calendar data into Kontact | 281 | 8) How to import your calendar data into Kontact |
265 | ************************************************************* | 282 | ************************************************************* |
266 | 283 | ||
284 | We want to import and upload our calendar data to a Kolab server. | ||
285 | You should have access to a properly configured Kolab client. | ||
286 | This Kolab client is Kontact in KDE. | ||
287 | Make sure, you have the needed IMAP resources configured in KOrganizer. | ||
288 | To configure IMAP resources, you should do: | ||
289 | |||
290 | Open KDE control center, choose there | ||
291 | KDE Components - KDE Resource Configuration | ||
292 | Choose there: | ||
293 | Resources: calendar | ||
294 | and then: | ||
295 | Add... | ||
296 | Calendar on IMAP-server via KMail | ||
297 | |||
298 | Now start Kontact and select the Calendar icon on the left side. | ||
299 | Choose menu: | ||
300 | File... - Import - Merge Calendar... | ||
301 | Select the imap resource as destination of the import | ||
302 | and choose the file to import. | ||
303 | Now the calendar data should be imported and you are done. | ||
267 | 304 | ||
268 | MISSING | 305 | Don't forget to sync the IMAP account to upload the calendar data to the server. |
269 | |||
270 | 306 | ||
271 | ************************************************************* | 307 | ************************************************************* |
272 | APPENDIX A) Problems and solutions when reading contact data | 308 | APPENDIX A) Problems and solutions when reading contact data |