I am trying to build an application that shows a Calendar with events that are published by the owner of the application. That is, users that download the application will be able to see the dates of special events and add them to their own calendar.
Is there a way to do this, or is the only option to do an XML Parsing?
Thanks in advance.