Hi,

This is the expected behavior for recurrent events : the recurrence pattern 
is encoded in the "long string" ; it's up to you to decode it (you may use a 
third-party api to do that).

However, you could retrieve a feed where all recurrent events are expanded. 
That is to say : if one event is set to occur each wednesday, the "feed with 
recurrent events expanded" will contain an event for each wednesday. The 
recurrence pattern is expanded by Google's servers, and you don't have to 
manage with it.

To retrieve a feed where recurrence patterns are expanded, you should set 
the query parameter 
SingleEvents<http://code.google.com/intl/fr/apis/calendar/data/2.0/reference.html#Parameters>with
 "true" value. With Zend API, you set the Query object property : 
$query->setSingleEvents(true) ; you may find samples about how to create a 
query in the following Zend API Reference : 
http://framework.zend.com/manual/en/zend.gdata.calendar.html

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