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