Here are two identical entries, except for the invitee email addresses. The gmail address gets an email the other does not. Can anyone shed light on this problem?
Thanks, Rick Entry w/gmail address: curl --silent --request POST --data " <entry xmlns='http://www.w3.org/ 2005/Atom' xmlns:gd='http://schemas.google.com/g/2005'> <category scheme='http://schemas.google.com/g/2005#kind' term='http:// schemas.google.com/g/2005#event'></category> <title type='text'>bar2</ title> <content type='text'>bar2</content> <gd:transparency value='http://schemas.google.com/g/2005#event.opaque'></ gd:transparency> <gd:eventStatus value='http://schemas.google.com/g/ 2005#event.confirmed'></gd:eventStatus> <gd:where valueString='bar2'></gd:where> <gd:when startTime='2008-04-03T20:00:00.000Z' endTime='2008-04-03T20:30:00.000Z'></gd:when><gd:who rel='http:// schemas.google.com/g/2005#message.from' email='[EMAIL PROTECTED]'/><gd:who rel='http:// schemas.google.com/g/2005#message.to' valueString='Rick' email='[EMAIL PROTECTED]'/><gCal:sendEventNotifications xmlns:gCal='http://schemas.google.com/gCal/2005' value='true'/></ entry>" --header "Content-Type: application/atom+xml" --header "Authorization: GoogleLogin Auth=blah blah" "http://www.google.com/ calendar/feeds/rnk6pdli2taijgiia2tbje50p0%40group.calendar.google.com/ private/full" Entry w/out gmail: curl --silent --request POST --data " <entry xmlns='http://www.w3.org/ 2005/Atom' xmlns:gd='http://schemas.google.com/g/2005'> <category scheme='http://schemas.google.com/g/2005#kind' term='http:// schemas.google.com/g/2005#event'></category> <title type='text'>bar2</ title> <content type='text'>bar2</content> <gd:transparency value='http://schemas.google.com/g/2005#event.opaque'></ gd:transparency> <gd:eventStatus value='http://schemas.google.com/g/ 2005#event.confirmed'></gd:eventStatus> <gd:where valueString='bar2'></gd:where> <gd:when startTime='2008-04-03T20:00:00.000Z' endTime='2008-04-03T20:30:00.000Z'></gd:when><gd:who rel='http:// schemas.google.com/g/2005#message.from' email='[EMAIL PROTECTED]'/><gd:who rel='http:// schemas.google.com/g/2005#message.to' valueString='Rick' email='[EMAIL PROTECTED]'/><gCal:sendEventNotifications xmlns:gCal='http://schemas.google.com/gCal/2005' value='true'/></ entry>" --header "Content-Type: application/atom+xml" --header "Authorization: GoogleLogin Auth=blah blah" "http://www.google.com/ calendar/feeds/rnk6pdli2taijgiia2tbje50p0%40group.calendar.google.com/ private/full" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
