CalDAVSyncAdapter: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
 
Line 39: Line 39:
INSERT INTO sogo_users VALUES ('testuser', 'testuser', MD5('test'), 'Test User', 'testuser@yahoo.com');
INSERT INTO sogo_users VALUES ('testuser', 'testuser', MD5('test'), 'Test User', 'testuser@yahoo.com');
</syntaxhighlight>
</syntaxhighlight>
See also:
* https://f-droid.org/repository/browse/?fdfilter=davdroid&fdid=at.bitfire.davdroid

Latest revision as of 21:44, 16 January 2015


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');

See also: