Hello So,

What version of the client library are you using? There is an issue in the
version available in the download section of the client library.
You should use the modules available in the repository as fixes get pushed
there first:

  http://code.google.com/p/gdata-python-client/source/checkout

Best,
Alain

On Sat, Jul 23, 2011 at 9:56 PM, Soe <[email protected]> wrote:

> I am using gdata python library.
>
> following is the code:
>
> event = gcal_data.CalendarEventEntry ()
> event.content = atom.data.Content (text = 'team meeting every thursday
> 9am')
> event.quick_add gcal_data.QuickAddProperty = (value = true)
>
>
> The bug is that QuickAdd will parse it correctly... *but* it will also
> create an event on the same day the API called is made.
>
> In the above example, the api call is made on Sunday (today). So the
> QuickAdd recurring event added will appear on Sunday (today), followed by
> every Thursday.
>
> If the api call is made on Saturday. The QuickAdd recurring event added
> will appear on Saturday, followed by every Thursday.
>
> Thanks,
> so
>
> --
> 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
>



-- 
Alain Vongsouvanh

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