|
|
| Line 1: |
Line 1: |
| [[Category:Android]] | | #REDIRECT [[CalDAVSyncAdapter]] |
| [[Category:201308]]
| |
| | |
| Project:
| |
| * https://f-droid.org/repository/browse/?fdid=org.gege.caldavsyncadapter
| |
| | |
| 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
| |
| | |
| <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>
| |