[appengine-java] Google Calendar API return ID

2011-11-28 Thread William Levesque
Hi, We are using the Google Calendar API. We need access to the ID after saving a new event using eventfeed but getID is returning null for the saved object. Any idea how to get the ID? Thanks for your help -- You received this message because you are subscribed to the Google Groups Google

[appengine-java] Re: Google Calendar API return ID

2011-11-28 Thread William Levesque
Found it! We weren't retrieving the object correctly. On Nov 28, 1:57 pm, William Levesque billleves...@gmail.com wrote: Hi, We are using the Google Calendar API.  We need access to the ID after saving a new event using eventfeed but getID is returning null for the saved object.  Any idea

Re: [appengine-java] Joins!

2011-08-08 Thread William Levesque
Thanks all. This is a lot of great information. I've learned a ton. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/49KEIocr7IcJ. To

Re: [appengine-java] Joins!

2011-08-05 Thread William Levesque
Because if you have denormalized data, then record updates can become enormous. If someones address is denormalized into 1000 contact records, then when the user updates their address the system has to go out to all of the contact records and update them as well. And this gets multiplied by

Re: [appengine-java] Joins!

2011-08-05 Thread William Levesque
I was trying to explain that with... If someones address is denormalized into 1000 contact records, then when the user updates their address the system has to go out to all of the contact records and update them as well. And this gets multiplied by every complex relationship that exists in