CalDAVSyncAdapter: Difference between revisions
From WickyWiki
mNo edit summary |
mNo edit summary |
||
| Line 13: | Line 13: | ||
* https://github.com/gggard/AndroidCaldavSyncAdapater | * https://github.com/gggard/AndroidCaldavSyncAdapater | ||
Main developer 'gggard', source checkout: | Main developer 'gggard', source checkout with GIT: | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
git clone https://github.com/gggard/AndroidCaldavSyncAdapater | git clone https://github.com/gggard/AndroidCaldavSyncAdapater | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Source checkout the fork of 'timoberger', this fork has two-way sync and is working for SOGo now (20130903): | Source checkout with GIT the fork of 'timoberger', this fork has two-way sync and is working for SOGo now (20130903): | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
| Line 25: | Line 25: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Update the 'clone' to latest commit: | Update the GIT 'clone' to latest commit: | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
| Line 32: | Line 32: | ||
SOGo test account: | SOGo test account: | ||
* testuser | * testuser | ||
* test | * test | ||
Revision as of 21:16, 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 with GIT:
git clone https://github.com/gggard/AndroidCaldavSyncAdapater
Source checkout with GIT the fork of 'timoberger', this fork has two-way sync and is working for SOGo now (20130903):
git clone https://github.com/timoberger/AndroidCaldavSyncAdapater
Update the GIT 'clone' to latest commit:
git pull
SOGo test account:
INSERT INTO sogo_users VALUES ('testuser', 'testuser', MD5('test'), 'Test User', 'testuser@yahoo.com');