When I create an event (using the web UI), save it, then edit it and
change its "calendar" value to move it to a different calendar, an
attendee is erroneously created.

For instance, I created an event titled "test2 from work" in the
calendar "Work". The event looked like this in the full feed for that
calendar:

<entry>
    <id>http://www.google.com/calendar/feeds/114fd4qmal763s3sv2c2qpdbro
%40group.calendar.google.com/private/full/njrrav46q9qrcoa2ndgqhb3kdo</
id>
    <published>2007-06-27T11:49:23.000Z</published>
    <updated>2007-06-27T11:49:23.000Z</updated>
    <category scheme="http://schemas.google.com/g/2005#kind";
term="http://schemas.google.com/g/2005#event"/>
    <title type="text">test2 from work</title>
    <content type="text"/>
    <link rel="alternate" type="text/html" href="http://www.google.com/
calendar/event?
eid=bmpycmF2NDZxOXFyY29hMm5kZ3FoYjNrZG8gMTE0ZmQ0cW1hbDc2M3Mzc3YyYzJxcGRicm9AZw"
title="alternate"/>
    <link rel="self" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/114fd4qmal763s3sv2c2qpdbro%40group.calendar.google.com/private/full/njrrav46q9qrcoa2ndgqhb3kdo"/>
    <link rel="edit" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/114fd4qmal763s3sv2c2qpdbro%40group.calendar.google.com/private/full/njrrav46q9qrcoa2ndgqhb3kdo/63318628163"/>
    <author>
        <name>Charlie Wood</name>
        <email>[EMAIL PROTECTED]</email>
    </author>
    <gd:comments>
        <gd:feedLink href="http://www.google.com/calendar/feeds/
114fd4qmal763s3sv2c2qpdbro%40group.calendar.google.com/private/full/
njrrav46q9qrcoa2ndgqhb3kdo/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:sendEventNotifications value="false"/>
    <gd:when startTime="2007-06-27T15:30:00.000-05:00"
endTime="2007-06-27T16:30:00.000-05:00"/>
    <gd:where/>
</entry>

then I edited the event (using the web UI) and moved it to my "Home"
calendar. The event then looked like this in the full feed for that
calendar:

<entry>
    <id>http://www.google.com/calendar/feeds/
7jan5fpbvkdott30uproprc4m8%40group.calendar.google.com/private/full/
njrrav46q9qrcoa2ndgqhb3kdo</id>
    <published>2007-06-27T11:49:23.000Z</published>
    <updated>2007-06-27T11:53:59.000Z</updated>
    <category scheme="http://schemas.google.com/g/2005"; term="http://
schemas.google.com/g/2005#event"/>
    <category scheme="http://schemas.google.com/g/2005#kind";
term="http://schemas.google.com/g/2005#event"/>
    <title type="text">test2 from work</title>
    <content type="text"/>
    <link rel="alternate" type="text/html" href="http://www.google.com/
calendar/event?
eid=bmpycmF2NDZxOXFyY29hMm5kZ3FoYjNrZG8gN2phbjVmcGJ2a2RvdHQzMHVwcm9wcmM0bThAZw"
title="alternate"/>
    <link rel="self" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/7jan5fpbvkdott30uproprc4m8%40group.calendar.google.com/private/full/njrrav46q9qrcoa2ndgqhb3kdo"/>
    <link rel="edit" type="application/atom+xml" href="http://
www.google.com/calendar/feeds/7jan5fpbvkdott30uproprc4m8%40group.calendar.google.com/private/full/njrrav46q9qrcoa2ndgqhb3kdo/63318628439"/>
    <author>
        <name>Charlie Wood</name>
        <email>[EMAIL PROTECTED]</email>
    </author>
    <gd:comments>
        <gd:feedLink href="http://www.google.com/calendar/feeds/
7jan5fpbvkdott30uproprc4m8%40group.calendar.google.com/private/full/
njrrav46q9qrcoa2ndgqhb3kdo/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:sendEventNotifications value="false"/>
    <gd:when startTime="2007-06-27T15:30:00.000-05:00"
endTime="2007-06-27T16:30:00.000-05:00"/>
    <gd:who rel="http://schemas.google.com/g/2005#event.organizer";
valueString="Home"
email="[EMAIL PROTECTED]">
        <gd:attendeeStatus value="http://schemas.google.com/g/
2005#event.invited"/>
    </gd:who>
    <gd:where valueString=""/>
</entry>

Then after I manipulate this event using the API, the event still has
the same <gd:who /> data but the web UI shows a question mark icon for
this event and indicates that a guest named "Home" has been invited
but hasn't yet responded. Clearly this isn't the desired behavior. Any
ideas?

Thanks,
Charlie


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