3 messages in com.googlegroups.google-calendar-help-dataapiRe: No child handler for sendEventNot...
FromSent OnAttachments
gres...@gmail.com18 Sep 2006 03:36 
Kyle Marvin20 Sep 2006 06:17 
gres...@gmail.com21 Sep 2006 02:49 
Subject:Re: No child handler for sendEventNotifications
From:gres...@gmail.com (gres@gmail.com)
Date:09/21/2006 02:49:22 AM
List:com.googlegroups.google-calendar-help-dataapi

Kyle Marvin a écrit :

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!

On 9/18/06, gres@gmail.com <gres@gmail.com> 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

OK it's good!

Thank you very much

Rey