simpletask-android
simpletask-android copied to clipboard
Error toasts if all calendar functionality is disabled
From emai;:
I use a calendar app named "Pimlical" which uses its own local calendar database. The build-in "Calendar" app, "Calendar Storage" , and "Google Calendar Sync" are disabled. Some executions on SimpletaskCloudless (such as checkbox checked/unchecked) trigger the error pop up: "Error: could not write calendar". I have tried disabling all features of SimpletaskCloudless which link to calendar. However, the error message still appears. How can I hide that error message?
Hmm. We don't have log for that do we?
No.
But it should be easy enough to find where the toast is created. The user who reported it is running android without Calendar Storage
@mpcjanssen Can you see some of those calendars? If so, could you run the following command for me:
adb shell "sqlite3 '/data/data/com.android.providers.calendar/databases/calendar.db' 'SELECT name FROM Calendars WHERE name LIKE \"simpletask%\"'"
Thanks
Oh, sorry, this belongs under #431
Is this fixed / closed?