With calendar birthday adapter app it works
Thank you
Well, did the following:
I know radicale has to have data before you can use it. This was the same with my working account back then (and this should be part of the docs, as it really took me long to find this out.)
Is there an apk archive (plus nightlies so I can test your referenced fix)? I think this would greatly help to rule out one end or the other!
Is there an apk archive (plus nightlies so I can test your referenced fix)? I think this would greatly help to rule out one end or the other!
AFAIK, Fdroid doesn’t delete old APKs. You can find the version codes here: https://f-droid.org/wiki/page/at.bitfire.davdroid and then download with https://f-droid.org/repo/at.bitfire.davdroid_VERSION_CODE.apk
Version 0.6.8 should be available within the next hours via f-droid. It has been published last night, and has arrived on the Play store already.
@rfc2822 : Yep, already tried that, and sorry, f-droid DOES delete APKs.
@devvv4ever : Bug regarding the crash fixed, no difference wrt the actual problem/title of this issue. Cannot add my existing, working account that’s filled with live data.
@rfc2822 : Yep, already tried that, and sorry, f-droid DOES delete APKs.
Ok, then no, there’s no public APK archive (only locally here).
no difference wrt the actual problem/title of this issue. Cannot add my existing, working account that’s filled with live data.
Can you provide a test account? I can’t reproduce it with my Radicale nor any other services.
Reproduced with Radicale 0.9 here.
This is an instance of Radicale bug https://github.com/Kozea/Radicale/issues/204 and has been fixed there. Please use the git version of Radicale.
Will try soonish!
works as expected, thanks a lot.
For anyone also on debian:
apt-get source radicale
apt-get build-dep radicale
cd radicale-0.9
wget --no-check-certificate -O- https://github.com/Kozea/Radicale/tarball/master | tar xvzp --strip-components=1
vi debian/changelog #and create a new version, probably the git snapshot you used
dpkg-buildpackage -uc -b
cd ..
dpkg -i radicale_0.9-howeveryoucalledit_all.deb python-radicale_0.9-howeveryoucalledit_all.deb
/etc/init.d/radicale restart
# be happy
wget --no-check-certificate
You shouldn’t have to pass this option.