Hi Lane
Thanks for quick response.
I'm using the c# code and secure tokens :-
EventQuery query = new EventQuery();
query.Uri = new Uri("http://www.google.com/calendar/feeds/default/
private/full");
query.NumberToRetrieve = 9999;
with query.StartTime and query.EndTime set to get around a months
worth of data.
m_service.Query(query);
For a particular user we get around 40 entries for that month calling
the api with default but
the user has said that there are more entries in her Google Calendar.
For that month, she reported 2 missing entries which was visible in
Google Calendar
but not returned calling the api with default.
I'm not sure if this is relevant but the user mentioned that
she created the appointments in Google Calendar
which were not retrieved from the default feed.
However we can see other appointments
for that same day retrieved from the default feed.
Let me know if you still need the requests and responses.
Thanks again
Wai
On May 15, 6:53 pm, "Lane LiaBraaten (Google)"
<[EMAIL PROTECTED]> wrote:
> Hi Wai,
>
> You are correct in your assumption that there is no difference between
> using 'default' and the user's Google ID, but something must be up
> since that's not what you're seeing. I have several questions that
> could probably be most easily answered if you can post the actual
> requests and responses. What query parameters, if any, are you using
> in your request? How many events are in user's calendar versus how
> many show up in each feed?
>
> Thanks,
> Lane
>
> On May 15, 5:54 am, Wai <[EMAIL PROTECTED]> wrote:
>
> > Hi everyone
>
> > Is there a difference between using the 'default' keyword and
> > the user's full google id to get a user's default calendar?
>
> > e.g :-http://www.google.com/calendar/feeds/default/private/full
> > http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private/full
>
> > We had always assumed that default would get a user's default
> > calendar.
>
> > However a user has reported that they weren't get all your
> > appointments using default.
> > (The user has only one calendar.)
> > After substituting default with the user's Google full login id they
> > could see all the their appointments? How can this happen?
>
> > Thanks in advance
> > Wai
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---