hi there !
i'm trying to get attendee status on an event i have just created
using the Java API

i added a new event using this code:

When eventTimes = new When();
eventTimes.setStartTime(eventStartTime);
eventTimes.setEndTime(eventEndTime);
myEvent.addTime(eventTimes);
myEvent.setStatus(EventStatus.TENTATIVE);

everything is fine, i get an event on the attendee with a TENTATIVE
status, and then i change this event status in the calendar itself
then when use the java api again to check this event status i keep
getting TENTATIVE status on the event i have just confirmed using this
code:

BaseEventEntry.EventStatus.TENTATIVE_VALUE.equals
(calendarEventEntry.getStatus().getValue()

am i doing something wrong here ? is the way on asking event's status
is different then what i'm doing ??

10x !!!

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