AndroidCaldavSyncAdapater: Difference between revisions
From WickyWiki
Created page with "Category:Android Category:201308 * integrates into Android Accounts and Sync * lots of errors, stops working on fatal exception * todo: limit to X months in the past ..." |
mNo edit summary |
||
| Line 2: | Line 2: | ||
[[Category:201308]] | [[Category:201308]] | ||
Project: | |||
* https://f-droid.org/repository/browse/?fdid=org.gege.caldavsyncadapter | |||
Notes: | |||
* integrates into Android Accounts and Sync | * integrates into Android Accounts and Sync | ||
* lots of errors, stops working on fatal exception | * lots of errors, stops working on fatal exception | ||
| Line 9: | Line 13: | ||
** from server to android | ** from server to android | ||
** both ways | ** both ways | ||
* | * todo: conflicts and errors, log some information | ||
* SSL | * SSL | ||
Revision as of 20:31, 28 August 2013
Project:
Notes:
- integrates into Android Accounts and Sync
- lots of errors, stops working on fatal exception
- todo: limit to X months in the past and X months into the future
- todo: configure direction
- from android to server
- from server to android
- both ways
- todo: conflicts and errors, log some information
- SSL
cd /media/Data144/data_wilbert/Eclipse mkdir AndroidCaldavSyncAdapter cd AndroidCaldavSyncAdapter git clone https://github.com/gggard/AndroidCaldavSyncAdapater
SOGo:
INSERT INTO sogo_users VALUES ('testuser', 'testuser', MD5('test'), 'Test User', 'testuser@yahoo.com');