On 7/17/06, C. Scott Ananian <[EMAIL PROTECTED]> wrote:
>
> Is there an easy workaround to suppress the 'No child handler'
> messages?
The following should make the info message go away:
service.getExtensionProfile().declareArbitraryXml(EventFeed.class);
This tells the parser to accept foreign/unconfigured elements nested
in the <feed> element and store them in an XmlBlob instance associated
with the EventFeed instance. This stored XML is accessible using
EventFeed.getXmlBlob().
> If not, when can we expect the next release of the API?
A Java client API update is in progress and should be available shortly.
Cheers!
-- Kyle
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---