For the past four hours I've been researching how to parse xml and echo out a google calendar feed. I easily accomplished this at first using this tutorial but ran into a problem with namespace, I could easily print out the summary and title of events but I was unable to print out startTime and endTime because in the feed they use <gd:when startTime>
and etc. I found coreylib and heard much praise about it's simplicity but I still cannot figure out how to do this.
Could someone please point me in the direction or give me a sample code of retrieving some events from a "full" google feed (http://www.google.com/calendar/feeds/[email protected]/public/full - an example feed). Even if it just retrieved the title of the event and startTime that would be more than enough to work with.
Usually I post code but in this case I have hardly any because I'm stuck that bad haha. Thank you in advance!