CalDAVSyncAdapter: Difference between revisions
From WickyWiki
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
Features: | Features: | ||
* [[CalDAV]] synchronization for Android | |||
* integrates into Android Accounts and Sync | * integrates into Android Accounts and Sync | ||
* very simple (and limited) settings: username, password and URL | * very simple (and limited) settings: username, password and URL | ||
F-Droid page: | F-Droid page: | ||
Revision as of 21:14, 3 September 2013
Features:
- CalDAV synchronization for Android
- integrates into Android Accounts and Sync
- very simple (and limited) settings: username, password and URL
F-Droid page:
Website:
Main developer 'gggard', source checkout:
git clone https://github.com/gggard/AndroidCaldavSyncAdapater.git
Source checkout the fork of 'timoberger', this fork has two-way sync and is working for SOGo now:
git clone https://github.com/timoberger/AndroidCaldavSyncAdapater
Update the 'clone' to latest commit:
git pull
SOGo test account:
INSERT INTO sogo_users VALUES ('testuser', 'testuser', MD5('test'), 'Test User', 'testuser@yahoo.com');