I’m developing one web application project using java for education industry.In this Admin have all rights to access the google services of other users like A,B,C….. for this is use OAuth.Then i tried Admin want to share user A’s calendar to user B using OAuth.But i got stuck in this step. Is it possible Plz Help me
Thanks
Regards
Sharun
I believe you want to use Access Control Lists (ACLs), see the docs. The Java example code at this URL for the task you mention is pretty simple:
and what it does is, and I quote:
There’s more where this came from (e.g., upgrading a user’s role in an ACL above the read-only access granted in this example), and I think it’s a good idea to read the whole page.