I am making an app that imports grades from a SIS (Student Information Service) known as PowerSchool. At first I thought that I would need to parse the HTML tags to get the information and organize it. I even found someone who had already successfully done so but I takes about 5 minutes to refresh, ruining the convenience of the app. Recently, I discovered that the site allows you to export all of the posted assignments into an .ics format and view them in iCal and other calendar programs. I believe that utilizing the .ics URLs would be the easiest and fastest way to import them into my app, but I don't know how to go about doing this. Could someone please point me in the right direction?
I could be wrong but you can capture the click with
You should read up on
UIDocumentInteractionController
as well. The document is .pdf but you can also specify the UTI for calendar.