[Korganizer-devel] [Bug 133614] add caldav support for sharing calendars

Ingo Ratsdorf ingo at envirology.co.nz
Sat Jun 11 11:56:38 CEST 2011


https://bugs.kde.org/show_bug.cgi?id=133614





--- Comment #80 from Ingo Ratsdorf <ingo envirology co nz>  2011-06-11 11:56:22 ---
As for Kubuntu 11.10 Oneiric alpha, I can confirm that the
akonadi-groupdav-resource is working once you managed to download it's sources
and compile.
For the first time ever, if works without crashes due to Kubuntu providing all
the correct libraries.
Still many things bumpy and broken generally in Kubuntu (ALPHA!!), but that's
finally working.

Want to install in Oneiric?
-------------------------------------------
Download from https://projects.kde.org/projects/kde/kdepim-runtime/repository
Download all of kdepim-runtime using git

Add at beginning of CMakeList.txt:

# Kubuntu still missing some desktop semantics libraries for successful
compiling, broken dependencies
SET(KDEPIM_NO_NEPOMUK True)
#We want to install in correct place, not in /usr/local/bin, that's default
SET(CMAKE_INSTALL_PREFIX "/usr")

Change the following in CMakeLists.txt
#The runtime version they are asking for (4.7.49) is not yet available in
Kubuntu, downgrade to 4.7, still works for the resource only
set( KDEPIM_RUNTIME_VERSION "4.7 ${KDEPIM_RUNTIME_DEV_VERSION}" )

Save and run cmake .
Pray!

If successful, run make akonadi_davgroupware_resource
Pray!

If again successful, change to ./resource/dav

Install using "sudo make install"

Add resource and enter information. At least in my installations, there is no
final "Continue" or "Ok" or "Finish" button, only "back" and "cancel", so skip
the wizard straight away and enter by hand. ;-)

----------------------------------------

Horray!!!

A big thanks for Grégory Oestreicher for getting this resource done.

Cheers,
Ingo

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Korganizer-devel mailing list