simpletask-android icon indicating copy to clipboard operation
simpletask-android copied to clipboard

Error toasts if all calendar functionality is disabled

Open mpcjanssen opened this issue 8 years ago • 6 comments

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?

mpcjanssen avatar Mar 22 '16 13:03 mpcjanssen

Hmm. We don't have log for that do we?

vojtechkral avatar Mar 22 '16 13:03 vojtechkral

No.

mpcjanssen avatar Mar 22 '16 13:03 mpcjanssen

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 avatar Mar 22 '16 13:03 mpcjanssen

@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

vojtechkral avatar Apr 17 '16 16:04 vojtechkral

Oh, sorry, this belongs under #431

vojtechkral avatar Apr 17 '16 16:04 vojtechkral

Is this fixed / closed?

smichel17 avatar Oct 17 '16 01:10 smichel17