I'm working on a simple app (not so simple if I'm asking huh?

) - Anyhow, I want to create a schedule screen and make is so it can display a small amount of data, it would be like 1 to 2 entries a month, pre set dates but they could also change so I would prefer to be able to edit them, I was thinking XML or something similar, I would like to have the ability to edit a remote server file with changes so the phone can pull data that way instead of re-submitting to the app store when there is a change.
What suggestions do you have, would a UITable be the best bet? I don't know, I looked at phonegap but that crashes on build with the simulator with no debug errors (but works on the ipad simulator).
The only data that would be displayed for 1 or 2 days of each month would be:
Area: North
Time: 6:30am
Duration: All day
That would be it, I would just like a nice way to display it, and maybe even cache it and offer users ability to refresh that way it can be viewed offline.
I'd love to hear suggestions on how you would implement this. Or links to guides that could be useful.
Thanks in advance.