ISPO SDK
ISPO
Preparing search index...
core
GoogleCalendarApi
Interface GoogleCalendarApi
Markdown
Copy Markdown
interface
GoogleCalendarApi
{
createEvent
(
input
:
GoogleCalendarCreateEventInput
,
)
:
Promise
<
GoogleCalendarEventResult
>
;
deleteEvent
(
input
:
GoogleCalendarDeleteEventInput
,
)
:
Promise
<
GoogleCalendarDeleteEventResult
>
;
ensureAccess
(
input
:
ConnectorEnsureAccessInput
<
GoogleCalendarConnectorOperation
>
,
)
:
Promise
<
ConnectorEnsureAccessResult
<
GoogleCalendarConnectorOperation
>
>
;
freebusy
(
input
:
GoogleCalendarFreebusyInput
,
)
:
Promise
<
GoogleCalendarFreebusyResult
>
;
listAccounts
()
:
Promise
<
GoogleCalendarListAccountsResult
>
;
listCalendars
(
input
?:
GoogleCalendarListCalendarsInput
,
)
:
Promise
<
GoogleCalendarListCalendarsResult
>
;
listEvents
(
input
:
GoogleCalendarListEventsInput
,
)
:
Promise
<
GoogleCalendarListEventsResult
>
;
updateEvent
(
input
:
GoogleCalendarUpdateEventInput
,
)
:
Promise
<
GoogleCalendarEventResult
>
;
}
Index
Methods
create
Event
delete
Event
ensure
Access
freebusy
list
Accounts
list
Calendars
list
Events
update
Event
Methods
create
Event
createEvent
(
input
:
GoogleCalendarCreateEventInput
,
)
:
Promise
<
GoogleCalendarEventResult
>
Parameters
input
:
GoogleCalendarCreateEventInput
Returns
Promise
<
GoogleCalendarEventResult
>
delete
Event
deleteEvent
(
input
:
GoogleCalendarDeleteEventInput
,
)
:
Promise
<
GoogleCalendarDeleteEventResult
>
Parameters
input
:
GoogleCalendarDeleteEventInput
Returns
Promise
<
GoogleCalendarDeleteEventResult
>
ensure
Access
ensureAccess
(
input
:
ConnectorEnsureAccessInput
<
GoogleCalendarConnectorOperation
>
,
)
:
Promise
<
ConnectorEnsureAccessResult
<
GoogleCalendarConnectorOperation
>
>
Parameters
input
:
ConnectorEnsureAccessInput
<
GoogleCalendarConnectorOperation
>
Returns
Promise
<
ConnectorEnsureAccessResult
<
GoogleCalendarConnectorOperation
>
>
freebusy
freebusy
(
input
:
GoogleCalendarFreebusyInput
,
)
:
Promise
<
GoogleCalendarFreebusyResult
>
Parameters
input
:
GoogleCalendarFreebusyInput
Returns
Promise
<
GoogleCalendarFreebusyResult
>
list
Accounts
listAccounts
()
:
Promise
<
GoogleCalendarListAccountsResult
>
Returns
Promise
<
GoogleCalendarListAccountsResult
>
list
Calendars
listCalendars
(
input
?:
GoogleCalendarListCalendarsInput
,
)
:
Promise
<
GoogleCalendarListCalendarsResult
>
Parameters
Optional
input
:
GoogleCalendarListCalendarsInput
Returns
Promise
<
GoogleCalendarListCalendarsResult
>
list
Events
listEvents
(
input
:
GoogleCalendarListEventsInput
,
)
:
Promise
<
GoogleCalendarListEventsResult
>
Parameters
input
:
GoogleCalendarListEventsInput
Returns
Promise
<
GoogleCalendarListEventsResult
>
update
Event
updateEvent
(
input
:
GoogleCalendarUpdateEventInput
,
)
:
Promise
<
GoogleCalendarEventResult
>
Parameters
input
:
GoogleCalendarUpdateEventInput
Returns
Promise
<
GoogleCalendarEventResult
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
create
Event
delete
Event
ensure
Access
freebusy
list
Accounts
list
Calendars
list
Events
update
Event
ISPO
ISPO SDK
Loading...