Hello, I am somewhat new to the Google Calendar API but have seen a couple of threads on this subject, but none of them solved my specific problem.
I'm trying to do something pretty simple: Pull an XML feed of my public calendar into a block to list upcoming events. So, I don't use the * domain/public/basic* URI because it doesn't allow me the orderby=starttime query, but when I DO use the * /full?singleevents=true&futureevents=true&orderby=starttime&sortorder=a*URI, I get the events back - * in the right order BUT* - the crucial eventdate and starttime information doesn't seem to be included in the feed. In other words the <gd:when> info is not included in the return when I orderby=starttime - even though that is the attribute the return is sorted by ... Is there a way to have this string returned just like it is in the /basic xml feed so I can display the complete information in a small module? Or otherwise ... am I missing something in my reading of the API? Any help would be appreciated. Thank you -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
