Hi All,
I use calendar api to realized a embedded calendar in my device. In
the following situation,
On PC website, User A create a event on his calendar, and send a
invitation to User B. User B is my device, he use API  to query all
his events and find a event whose attendeeStatus is marked as invited.
Then he use the edit link to update the attendeeStatus from invited to
be accepted. This does work several days ago since if we open the web
calendar, we found the question mark disappear after my modification.
But the modification does't work for these recent days, I do not how
to go on with my development, anybody has some hint on this?

The following is my modification entry's content, I follow
  <?xml version="1.0" encoding="UTF-8" ?>
- <entry xmlns="http://www.w3.org/2005/Atom"; xmlns:gd="http://
schemas.google.com/g/2005" xmlns:gCal="http://schemas.google.com/gCal/
2005">
  <id>http://www.google.com/calendar/feeds/default/private/full/
7e2f3u896ilnfeavsv93i8d7fo</id>
  <published>2008-04-05T04:04:58.000Z</published>
  <updated>2008-04-05T04:04:58.000Z</updated>
  <category scheme="http://schemas.google.com/g/2005#kind";
term="http://schemas.google.com/g/2005#event"; />
  <title type="text">xiayi_test</title>
  <content type="text">yes, right</content>
  <link rel="alternate" type="text/html" href="http://www.google.com/
calendar/event?
eid=N2UyZjN1ODk2aWxuZmVhdnN2OTNpOGQ3Zm8gZ3ZjLnRlc3Q1QG0"
title="alternate" />
  <link rel="self" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/default/private/full/7e2f3u896ilnfeavsv93i8d7fo"
/>
  <link rel="edit" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/default/private/full/7e2f3u896ilnfeavsv93i8d7fo/63343051498"
/>
- <author>
  <name>yi xia</name>
  <email>[EMAIL PROTECTED]</email>
  </author>
- <gd:comments>
  <gd:feedLink href="http://www.google.com/calendar/feeds/default/
private/full/7e2f3u896ilnfeavsv93i8d7fo/comments" />
  </gd:comments>
  <gd:eventStatus value="http://schemas.google.com/g/
2005#event.confirmed" />
  <gd:visibility value="http://schemas.google.com/g/
2005#event.default" />
  <gd:transparency value="http://schemas.google.com/g/
2005#event.opaque" />
  <gCal:uid value="[EMAIL PROTECTED]" />
  <gCal:sequence value="0" />
- <gd:when startTime="2008-04-06T03:30:00.000+08:00"
endTime="2008-04-06T04:30:00.000+08:00">
  <gd:reminder minutes="10" method="sms" />
  <gd:reminder minutes="10" method="alert" />
  </gd:when>
- <gd:who rel="http://schemas.google.com/g/2005#event.attendee";
valueString="gvc test5" email="[EMAIL PROTECTED]">
  <gd:attendeeStatus value="http://schemas.google.com/g/
2005#event.accepted" />
  </gd:who>
- <gd:who rel="http://schemas.google.com/g/2005#event.organizer";
valueString="yi xia" email="[EMAIL PROTECTED]">
  <gd:attendeeStatus value="http://schemas.google.com/g/
2005#event.accepted" />
  </gd:who>
  <gd:where valueString="xiai home" />
  </entry>


Best regards!
Max
--~--~---------~--~----~------------~-------~--~----~
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