Skip to main content

gcal.listcalendarsprops.minaccessrole

Home > @runlightyear/gcal > ListCalendarsProps > minAccessRole

ListCalendarsProps.minAccessRole property

The minimum access role for the user in the returned entries. Optional. The default is no restriction.

Acceptable values are: "freeBusyReader": The user can read free/busy information. "owner": The user can read and modify events and access control lists. "reader": The user can read events that are not private. "writer": The user can read and modify events.

Signature:
minAccessRole?: AccessRole;