I am attempting to add an event schedule to an iOS / xcode app that I am working on. I have been able to parse the google calendar feed using Michael Waterfalls' code at https://github.com/mwaterfall/MWFeedParser but I have not been able to replace the date the post was created with the date the event is scheduled.
The feed url is placed in the RootViewController.m file and I am using this feed http://www.google.com/calendar/feeds/firstpentecostalchurch.com_e2hia2v3bc766ff9397qu3eqa8%40group.calendar.google.com/public/basic
I am sure this is easy, I must be missing something as the heavy lifting is already done.
I would recommend using Calendar API v3 instead as GData feeds are deprecated https://developers.google.com/google-apps/calendar/v2/developers_guide_protocol