3 messages in com.googlegroups.google-calendar-help-dataapiRe: Sharing Google secondary calendar...
FromSent OnAttachments
COM19 Feb 2008 07:21 
Austin (Google)19 Feb 2008 10:15 
COM19 Feb 2008 11:29 
Subject:Re: Sharing Google secondary calendar with API
From:Austin (Google) (api.@google.com)
Date:02/19/2008 10:15:17 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

What you need is to modify the ACL (Access Control List) for each of these calendars. Calendar (primrary or secondary) are managed the same way by identifying their unique ID. The ID for the primary calendar is simply your email address for the account (ie. j.@gmail.com). Secondary calendar ID can be look up by going to the "Settings->Calendars" tab from your Calendar UI.

To get more details on Calendar ACL, please go to -

http://code.google.com/apis/calendar/developers_guide_protocol.html#SharingACalendar

Sharing calendar with ACL using Java Client Library -

http://code.google.com/apis/calendar/developers_guide_java.html#SharingACalendar

Hope it helps, Austin

On Feb 19, 2008 7:21 AM, COM <char@gmail.com> wrote:

Does anyone knows how to share a google calendar that is NOT the primary calendar of a user with the Google Api? For example, j.@gmail.com has 2 calendars: cal1 (primary) and cal2 (secondary). I want to allows j.@gmail.com to have access to j.@gmail.com's secondary calendar (cal2).

The only example that I can see manage the primary calendar. Like the one in the link: http://code.google.com/apis/calendar/developers_guide_java.html

My application creates google calendar for one administrator and shared this new calendar with others employees.

Thanks,