/basic versus /full are different projections used by the calendar
service.  These different projections represent different types of
data retrieved from the service.  Most developers tend to use the /
full projection, which is capable of read-write.  The basic projection
is read-only.

For more information on the visibility and projection values for
calendar feeds, please see:
http://code.google.com/apis/calendar/reference.html#Feeds

The URL you likely want to use to work with events on your primary
calendar is:
http://www.google.com/calendar/feeds/default/private/full

The word 'default' would be replaced by a calendar address if you're
working with someone else's primary calendar (which you have
permission to) or with a secondary calendar.  This address is in the
format of an e-mail address and is available from the settings page of
your calendar.  In order to perform any write operations, you must be
authenticated to an account with either the ClientLogin or AuthSub
methods.  You may notice the 'magic cookie feed address' on the
calendar settings page-- It looks something like this:
http://www.google.com/calendar/feeds/[EMAIL 
PROTECTED]/private-ab8ae8cd234ba012/basic.
The string 'ab8ae8cd234ba012' is used to authenticate to the calendar
in a read-only fashion without using ClientLogin or AuthSub.
Including this string when trying to insert items will lead to an
error.

Cheers,

-Ryan


On Mar 24, 9:40 am, "Cyrille37" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm trying the C# version of google calendar API. It's working fine
> for reading calendars, but I could not insert new event. The server
> send back a 403 error and say that the feed is readonly.
>
> I can see that my calendar url finishing with a '/basic' and in the
> documentation I can read some url terminated by '/full'.
> So I'm thinkiing that I've perhaps to subscribe somewhere to get a url
> terminated with a '/full' to be able to insert and update into a
> google calendar ??
>
> Thanks for your explanation,
> cyrille


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

Reply via email to