Hello Stephanie, The best way to handle your use-case would be to store the Google Calendar event's edit or self link in your application event object. This way, when an update is made on your application, it will be easy for you to send the update to the API using the stored edit/self link.
For application specific data that you would like to store on the Calendar API, I would advise you to use the gd:extendedProperty<http://code.google.com/apis/gdata/docs/2.0/elements.html#gdExtendedProperty>field. There should proper accessors in the .NET client library. Best, Alain On Mon, Jul 25, 2011 at 12:27 PM, Stephanie Challand <[email protected]>wrote: > Here is my dilema. I have a .NET application working with the Google > Calendar API. Creating event and recurring events is working fine. I am > saving the last synced date and adding any events created in the application > since then to the google calendar when the user click the 'sync' button. > > My problem is updated events. If someone changes an event in my application > how do I know what event in the Google Calendar Feed to update? I have tried > saving my application's calendar event id in several fields in my EventEntry > but everytime I query for a feed those fields are blank... > > Any ideas?? > > Thanks a bunch!! > > -- > 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 > -- Alain Vongsouvanh -- 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
