On Tue, Mar 10, 2009 at 12:06 AM, [email protected] <[email protected]> wrote: > > Hi, > > When I am trying to create an Event using Java API its giving me this > Exception: > > ServiceException Occured in createEvent > Method:::com.google.gdata.util.ResourceNotFoundException: Not Found > <HTML> > <HEAD> > <TITLE>Not Found</TITLE> > </HEAD> > <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> > <H1>Not Found</H1> > <H2>Error 404</H2> > </BODY> > </HTML> > > Please suggest >
See here: http://code.google.com/apis/gdata/javadoc/com/google/gdata/util/ResourceNotFoundException.html It means you specified an invalid feed or entry URL. -- 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 -~----------~----~----~----~------~----~------~--~---
