AndroidCaldavSyncAdapater
AndroidCaldavSyncAdapater copied to clipboard
Caldav synch adapter for Android
Enable SSL
When using https connections the app used the "trust all" method for host certificate verification. While this is good for testing environments this should be optional. I've created a new...
In Google calendar i can invite guests tzu an entry. I use aCalender on nexus 5 with my owncloud and there this feature is missing
While debugging a different issue I noticed that extracting the content from an entity was done by concatenating to a string line by line. This was causing a realloc of...
Hi, I'm a little bit worried with all the (nsa) backdoor and site hack news going around. Just got the following error on my android device: Caldav Sync problem >...
Currently when deleting an appointment it seems to be hidden locally. It would be preferable if it would be completely deleted also from the CalDAV server.
Hi there, HTTPS connections to CalDAV servers are vulnerable to MITM attacks with self-signed certificates. That's a bug. I'd like to recommend certificate pinning. This paper provides a good starting...
When I create a recurring event on owncloud, it only shows up on the Android calendar if it is an all-day event.
Got this error above. SW-version: Lastest (1.8.1) Device: HTC-Sensation (Pyramid) Android Version 4.0.3 / HTC-Sense: 3.6 / HTC-SW # 3.33.401.53 This 1.8.1 works perfect on an Samsung S4, but at...
Hello, I am using Baikal in combination with version 1.8.1 of the adapter on a Asus padfone (first edition) with android 4.0.3. It is not possible to connect to the...
Steps to reproduce: - Edit an event in Android calendar by changing the timezone - Synchronize - Following NPE occurs: ``` 04-21 21:41:35.604: E/SyncAdapter(13849): at org.gege.caldavsyncadapter.android.entities.AndroidEvent.createIcs(AndroidEvent.java:383) 04-21 21:41:35.604: E/SyncAdapter(13849): at...