Hi Rey,

All this message means is that it found an extension element in the
calendar event XML that wasn't registered in the parsing extension
profile.   This was a new element recently to the Google Calendar data
API to enable control of event notifications via the API.

To make the message go away, you can simply redownload the Java client
library from:

    http://code.google.com/apis/gdata/download/gdata.java.zip

This contains the class to parse and generate this extension element
(com.google.gdata.data.calender.SendEventNotificationsProperty) and it
will automatically register it in the extension profile, so all you
should have to do is drop in the updated jar file.

Hope this helps!

-- Kyle

On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello
>
> I'm newbie with the google calendar Java Librairy.
>
> I can add or delete events in my calendar but I have this message in
> stderr :
>
> 18 sept. 2006 12:28:05 com.google.gdata.util.XmlParser$ElementHandler
> getChildHandler
> INFO: No child handler for sendEventNotifications. Treating as an
> extension element.
>
> What's mean this message?
>
> Thanks
>
> ----
> Rey
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to