I am making an application that asks the user for the user ID, adds the user ID to the static HTTP link to get a user daily schedule file with the extension .ical (calendar).
I need to read data from a file, format in a new user interface and present some useful data on an Android device.
My request is: can I access the HTTP static link backstage? And when I use the same link in the desktop browser, she asks the user to save the file - how can I do this on my mobile phone? Do I need to read the data and save it somewhere, or can I save the .ical file and read it?
source share