Hi,

I did not manage to retrieve events from secondary calendars.

The following code runs, retrieving my primary calendar:
evQuery.Uri = new Uri("https://www.google.com/calendar/feeds/
[email protected]/private/full");

I managed to extract the secondary calendar-account from the xml
private-button and put the "Account"-string into the code above:
evQuery.Uri = new Uri("https://www.google.com/calendar/feeds/
[email protected]/private/full");

Neither does with the original URL from the private xml-Button
evQuery.Uri = new Uri("https://www.google.com/calendar/feeds/
[email protected]/
private-97f136206dcb3fe8bd1c1c7d2334b6c5/basic");

Does anyone have any comments or helb?

And: what is the name of the start and the end of an event? Where do i
get this infromation?

Kind regards,

AA


On 8 Jun., 10:17, AA <[email protected]> wrote:
> Hi Pierre,
>
> merci!
>
> Salut, AA
>
> On 8 Jun., 10:15, Pierre Pasteau <[email protected]>
> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > To fetch more than 25 events (default setting), you will have to update your
> > query with a call to setMaxResult (or some other method named like that).
> > Maybe you should have a look at the API Protocol Reference first 
> > :http://code.google.com/intl/fr/apis/calendar/data/2.0/reference.html#...
> > .
>
> > To fetch events from secondary calendars, you have to change the "user" part
> > on the URL feed ; the user part for the main calendar is your gmail address,
> > whereas for secondary calendars, this is a pseudo random mail address like
> > [email protected]. This data can be retrieved by having a
> > look on the Calendar GUI, in the secondary calendar settings page, by
> > clicking on the orange "xml" button : it will display a full feed URL, just
> > copy/paste the "user" part.
>
> > I may add that your "issues" have already been answered several times,
> > please review/search all API Reference and already answered questions before
> > posting something.

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