Hi all,

I am new to the Google apps and have a question that has to be simple and I 
am just missing it.  I can create an event and modify most of it, but 
cannot seem to change the start and end time, the location, and clear the 
reminders.  I am trying the following code to change the location:

"fetchedEntry.addLocation(new Where("","",Location));"

When eventTimes = new When();
eventTimes.setStartTime(DateTime.parseDateTime(startTime));
eventTimes.setEndTime(DateTime.parseDateTime(endTime));
fetchedEntry.addTime(eventTimes);

I would like to avoid blasting the whole event and recreating it if 
possible.

Thanks in advance,

Kory

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

Reply via email to