Hi Philipp, Thanks for the added information. Correct me if I am wrong with the following statement. Essentially you are using the API to programmatically accept a Google calendar invitation and by doing so it automatically send out email notices to all the attendees involved.
If this is what you are describing then I don't think this behavior is correct and it should be filed as a bug with our issue tracker. When updating an event to assign new attendeeStatus for any one of the guest with <gCal:sendEventNotifications value="false"/> should suppress any email notification. Bug issue for GData API can be officially filed here: http://code.google.com/p/gdata-issues/issues/list Hope it helps, Austin On Dec 21, 2007 8:25 AM, Philipp Kewisch <[EMAIL PROTECTED]> wrote: > > Austin, any updates on this? Do you understand better what my Problem > is? > > On 13 Dez., 22:49, Philipp Kewisch <[EMAIL PROTECTED]> wrote: > > This is the XML from the event created when accepting the invitation. > > You can also read some additional info > athttps://bugzilla.mozilla.org/show_bug.cgi?id=407961 > > Note that the bug title is a bit misleading since the issue was > > initially unclear. I later found out that it is really an invitation > > and not a reminder. > > > > <entry xmlns:gd="http://schemas.google.com/g/2005" > > xmlns:gCal="http://schemas.google.com/gCal/2005" > > xmlns="http://www.w3.org/2005/Atom"> > > <category scheme="http://schemas.google.com/g/2005#kind" > > term="http://schemas.google.com/g/2005#event"/> > > <title type="text">test for friday</title> > > <content type="text"></content> > > <author> > > <name>Author</name> > > <email>[EMAIL PROTECTED]</email> > > </author> > > <gd:transparency value="http://schemas.google.com/g/ > > 2005#event.opaque"/> > > <gd:eventStatus value="http://schemas.google.com/g/ > > 2005#event.confirmed"/> > > <gd:where valueString=""/> > > <gd:who email="[EMAIL PROTECTED]" > > rel="http://schemas.google.com/g/2005#event.attendee" > > valueString="Attendee"> > > <gd:attendeeType value="required"/> > > <gd:attendeeStatus value="accepted"/> > > </gd:who> > > <gd:who email="[EMAIL PROTECTED]" > > rel="http://schemas.google.com/g/2005#event.organizer" > > valueString="Author"/> > > <gCal:sendEventNotifications value="false"/> > > <gd:when startTime="2007-12-14T10:30:00-05:00" > > endTime="2007-12-14T11:00:00-05:00"> > > <gd:reminder minutes="15" method="alert"/> > > </gd:when> > > <gd:extendedProperty name="X-MOZ-LASTACK" value=""/> > > <gd:extendedProperty name="X-MOZ-SNOOZE-TIME" value=""/> > > <gd:visibility value="http://schemas.google.com/g/ > > 2005#event.default"/> > > </entry> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
