Hi Jacky,

The Calender API does not support manipulating the sharing permission of
calendars at this time, so none of the client libraries provide this
functionality.

You can use AuthSub in your application to perform operations on your users'
calendars.  AuthSub allows users to authenticate with the Google Accounts
service so they don't have to enter their credentials into your
application.

Using AuthSub with the Java client library is covered here:
http://code.google.com/apis/calendar/developers_guide_java.html#AuthAuthSub

For more information on AuthSub in general, check out this link:
http://code.google.com/apis/accounts/AuthForWebApps.html.

Happy Coding,
Lane

On 4/11/07, Jacky.S <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I have new challenges. After having resolved the problem that is how
> to add an event to others' calendar, I got to 2 different solutions:
> 1. Add the extra info into the Extended properties fields.
> 2. Change others' calendar sharing permissions by adding my google
> account name (via GUI).
>
> Then my question is aimed to the second solution. Is there any API
> based on Java client to do the 2nd work? Because I built a proxy based
> on Java client to communicate to google calendar, I have to do this
> work internally for my users, which I think is convenient as what
> users have to support to proxy are only their name google account
> infomation (name and password).
>
> Could any one help me?
>
> Cheers,
>
> Jacky
>
>
> >
>

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