Hi Zemi, 1) It's not possible to retrieve ALL events from all calendars within one request. Each calendar has its own unique feed URL, which is a separate HTTP requst. 2) You may use extendedProperty element in an event entry to designate type, for more details on extendedProperty -
http://code.google.com/apis/calendar/developers_guide_protocol.html#ExtendedProps 3) Unfortunately Embedded Calendar is not considered part of the Calendar Data API and uses an entirely different mechanism for authentication (it uses the same cookie-login as the Calendar UI) - thus it is not possible to have the kind of problematic login you described. Hope it helps, Austin On Jan 15, 2008 6:17 AM, zemi <[EMAIL PROTECTED]> wrote: > > Hi there, > some questions: > 1. Is it possible to retrieve all events from all calendars using > Zend_Gdata API by one query, or do I have to do it separately? > 2. Is it possible to set some 'type' (e.g. birthday, party, > meeting...) to the event and then query events by that type? > 3. I would like to use embedded calendar on my website... and keep my > calendars private... how is it possible to login the user of the site > before displaying embedded cal? > > Big thanks for help! > > Cheers, > zemi > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
