0
votes

My Android Application reads shared calendar (public calendar). It worked six months without problems.

From two week, users (guest) receive 404 Not Found Error. Owner's calendar use the app without any problems.

So i think that property of sharing are changed. Any ideas?

Also, how can get more info about 404 - Not found error?

App is this --> https://play.google.com/store/apps/details?id=airbookingapp.hairbooking

It's only in italian but if you selct "Only for debug" salon you can get the error!

1
Which android OS you are testing - Harsh Patel
I'm testing API 24. Write also here but without responce here - mardock3891
test it below 23.. I mean just try to test it on 22 or any other below version of android - Harsh Patel
Changed targetSdkVersion from 24 to 23 but nothing.... - mardock3891

1 Answers

0
votes

Try using this workaround by unsubscribing to the calendar function then subscribed again after a day (via Organization & Users). Also based from this official documentation, this error means that the specified resource was not found. This can happen in several cases such as: when the requested resource (with the provided ID) has never existed and when accessing a calendar that the user can not access. Suggested action is to use exponential backoff.