A video explains best what you'll get from this
Here's what you need to do to get them :
- libGCAL
- Googledata akonadi resource The resource currently lives in extragear :
- Using the new resources
cd /opt
git clone git://repo.or.cz/libgcal.git
cd libcal
Comment out lines 26 and 48 of the CMakeLists.txt file, then
cmake ; make ; sudo make install
If you chose to keep your /usr/local prefix, make sure your LD_LIBRARY_PATH variable contains /usr/local/lib
svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/pim/googledata googledata
Same deal as before :
cmake ; make ; sudo make install
You can now go back to the Akonadi resources tab still in Akonadi Config,and add Google Calendar Resource. It will prompt you for your username and passwoord and optionally store them in your KWallet
Now you should go to KOrganizer, add your akonadi resource,select the caledar and you should see it sync locally.
Update : 2 way sync seems to have basic features somewhat working with your "default" GMail calendar (the first one created), but doesn't seem to support multiple calendars ... I'll update again if i find more info