I have to create a website that has various calendar integrations. Which means the user grants access to the site admin to view/edit his primary calendar. So a real person -secretary- will do this. Not the computer via api calls.
I started off with google-calendar api and got it working w/o any problems.
But I got problems with acl role options. The docs states the role
options is a string of either none
, freeBusyReader
, reader
, writer
or owner
. Is it possible to create composite roles? I want freeBusyReader
and write access
.
Imagine the scenario a secretary checks the site member's shared primary calendar (via calendar.google.com) and can read all his calendar events. Instead i want to only show that to the secretary that this time of the day in the calendar is taken and you cannot place any events there. But still can place events to non occupied places in the calendar.