I don't think that there are tags that permit you to do this, but it is a
good idea. I recall somewhere in the API specifying that the contents of
your PUT should contain the entire entry.
If you store the url, then you could GET the contents of the entry, modify
it with your changes and PUT it back to Google. That way you would only need
to store the info that you are interested in and overwrite it with your
updates.

Ray

On Sat, Apr 5, 2008 at 5:27 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> Hi Guy's,
>
> Are there any flags or tags that you can pass either in a POST or a
> BATCH update that will instruct the google server(s) to only update
> the fields that you specify within the entry?.  My application resides
> on a device with limited storage, so I would prefer to not store extra
> XML that is no use to the device calendar.  I don't want to have to
> store things like a particular attendee having accepted or declined
> the appointment, it would be far easier to just send the data that you
> want to update to the server and send empty data within relevant tags
> to indicate deleted data fields.  Any idea's anyone?.  I don't know if
> the google api's handle this already, though I don't want to use C#
> (not every device supports C# or doesn't have the .NET 2 framework, if
> you can install it your looking a precious MB's) or Java rather C++.
>
> thanks in advance
>
> Nicko
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to