views:

48

answers:

1

I am using gdata.js for inserting new Event.

I am able to insert only user's primary calendar.

The primary Calendar Feed uri is http://www.google.com/calendar/feeds/default/private/full

Which feed uri can I use for insert a new event other than primary calendar.

Thanks in advance.

A: 

see: code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#RetrievingOwnCalendars

The feed is : http://www.google.com/calendar/feeds/default/owncalendars/full

muscailie