2009/2/17 Brian Neal <[email protected]>: > > Thanks. What other feed would be a good example to study for Python in > order to see the pattern I can copy for comments? Or are you > suggesting I go back to the base API document and see how it is done > in XML?
Brain, I'd take a look at the documentation for the Blogger comments feed, here: http://code.google.com/apis/blogger/docs/1.0/developers_guide_python.html#Comments For comparison, the API docs for the Calendar and the Blogger Python client libraries (including the classes related to handling comments) are located here: http://gdata-python-client.googlecode.com/svn/trunk/pydocs/gdata.calendar.html http://gdata-python-client.googlecode.com/svn/trunk/pydocs/gdata.blogger.html Hopefully that should be enough to get you started. Again, let us know if you have any specific questions. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
