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 ..."
 
Redirected page to CalDAVSyncAdapter
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Android]]
#REDIRECT [[CalDAVSyncAdapter]]
[[Category:201308]]
 
* 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
* request: conflicts and errors, log some information
* SSL
 
<syntaxhighlight lang=bash>
cd /media/Data144/data_wilbert/Eclipse
mkdir AndroidCaldavSyncAdapter
cd AndroidCaldavSyncAdapter
git clone https://github.com/gggard/AndroidCaldavSyncAdapater
</syntaxhighlight>
 
SOGo:
 
* testuser
* test
* https://wilbertvolkers.dyndns.org/SOGo/dav/testuser/Calendar/personal
 
<syntaxhighlight lang=sql>
INSERT INTO sogo_users VALUES ('testuser', 'testuser', MD5('test'), 'Test User', 'testuser@yahoo.com');
</syntaxhighlight>

Latest revision as of 19:59, 3 September 2013

Redirect to: