Thanks Alain I tried this rather unsuccessfully though. I sent a valid payload as below. A calendar resource with id VH-SEA-Bi-1-Lo already exists in my calendar resources.
<entry xmlns='http://www.w3.org/2005/Atom'> <id>VH-SEA-Bi-1-Lo</id> </entry> I got bacl a response - URL with a jsessionid appended to it. I sent the same request to the new URL and got the following error : com.google.gdata.util.ServiceException: Internal Server Error Could not create a calendar. at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:624) at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:563) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:552) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:530) at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:535) at com.google.gdata.client.Service.insert(Service.java:1409) at com.google.gdata.client.GoogleService.insert(GoogleService.java:599) at sample.calendar.CalendarFeedDemo.createSubscription(CalendarFeedDemo.java:183) at sample.calendar.CalendarFeedDemo.main(CalendarFeedDemo.java:269) Thanks Gumnam -- 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://code.google.com/apis/calendar/community/forum.html
