Hi,

Using OAuth playground
http://googlecodesamples.com/oauth_playground/index.php I was able to
create a new event with a reminder with:

POST  https://www.google.com/calendar/feeds/default/private/full
<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'>Foo</title>
  <content type='text'>Bar.</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='Hop'></gd:where>
  <gd:when startTime='2011-07-04T15:00:00.000Z'
    endTime='2011-07-04T17:00:00.000Z'>
    <gd:reminder minutes='42' method='email' />
  </gd:when>
</entry>

Let me know if it is still doesn't work for you.

On Sat, Jul 2, 2011 at 2:41 AM, cyberhex <[email protected]> wrote:
> Recently we started receiving reports from users that calendar events
> inserted/updated into the Google calendar using the Google calendar api are
> missing reminders. We just confirmed that create a EventEntry with a
> reminder defined no longer creates a Google calendar event with a reminder.
> Does anyone know what might have changed to cause this. The logic we've been
> using to set reminders ahs been in place for a litte over three years so we
> are 100% sure we didn't change anything on our side and this was working
> just fine until about two days ago.
>
> Does anyone else have this issue and does anyone at Google know when this
> issue will be resolved?
>
>
>
> --
> 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://code.google.com/apis/calendar/community/forum.html
>



-- 
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to