File tree Expand file tree Collapse file tree
apps/sim/tools/google_calendar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export interface GoogleCalendarCreateCalendarParams {
120120 timeZone ?: string
121121}
122122
123- type GoogleCalendarAclRole = 'freeBusyReader' | 'reader' | 'writer' | 'owner'
123+ export type GoogleCalendarAclRole = 'freeBusyReader' | 'reader' | 'writer' | 'owner'
124124type GoogleCalendarAclScopeType = 'user' | 'group' | 'domain' | 'default'
125125
126126export interface GoogleCalendarShareCalendarParams {
Original file line number Diff line number Diff line change 1- import { CALENDAR_API_BASE , type GoogleCalendarApiAclRule } from '@/tools/google_calendar/types'
1+ import {
2+ CALENDAR_API_BASE ,
3+ type GoogleCalendarAclRole ,
4+ type GoogleCalendarApiAclRule ,
5+ } from '@/tools/google_calendar/types'
26import type { ToolConfig } from '@/tools/types'
37
4- type GoogleCalendarAclRole = 'freeBusyReader' | 'reader' | 'writer' | 'owner'
5-
68export interface GoogleCalendarUpdateAclParams {
79 accessToken : string
810 calendarId ?: string
You can’t perform that action at this time.
0 commit comments