@deskcreate/agentcraft
Preparing search index...
adapters
GoogleCalendarAdapterConfig
Interface GoogleCalendarAdapterConfig
interface
GoogleCalendarAdapterConfig
{
apiBaseUrl
?:
string
;
calendarId
?:
string
;
credentials
:
GoogleCredentials
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
timeoutMs
?:
number
;
timezone
?:
string
;
}
Index
Properties
api
Base
Url?
calendar
Id?
credentials
on
Audit
Event?
timeout
Ms?
timezone?
Properties
Optional
api
Base
Url
apiBaseUrl
?:
string
Optional
calendar
Id
calendarId
?:
string
credentials
credentials
:
GoogleCredentials
Optional
on
Audit
Event
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
Optional
timeout
Ms
timeoutMs
?:
number
Optional
timezone
timezone
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Base
Url
calendar
Id
credentials
on
Audit
Event
timeout
Ms
timezone
@deskcreate/agentcraft
Loading...