Preparing search index...
The search index is not available
icloudjs
icloudjs
services/calendar
iCloudCalendarService
Class iCloudCalendarService
Hierarchy
iCloudCalendarService
Index
Constructors
constructor
Properties
calendar
Service
Uri
date
Format
dsid
service
service
Uri
tz
Methods
calendars
event
Details
events
fetch
Endpoint
Constructors
constructor
new i
Cloud
Calendar
Service
(
service
:
default
, serviceUri
:
string
)
:
iCloudCalendarService
Parameters
service:
default
serviceUri:
string
Returns
iCloudCalendarService
Properties
calendar
Service
Uri
calendar
Service
Uri
:
string
date
Format
date
Format
:
string
= "YYYY-MM-DD"
dsid
dsid
:
string
service
service
:
default
service
Uri
service
Uri
:
string
tz
tz
:
string
= ...
Methods
calendars
calendars
(
)
:
Promise
<
iCloudCalendarCollection
[]
>
Returns
Promise
<
iCloudCalendarCollection
[]
>
event
Details
event
Details
(
calendarGuid
:
string
, eventGuid
:
string
)
:
Promise
<
iCloudCalendarEvent
>
Parameters
calendarGuid:
string
eventGuid:
string
Returns
Promise
<
iCloudCalendarEvent
>
events
events
(
from
?:
Date
, to
?:
Date
)
:
Promise
<
iCloudCalendarEvent
[]
>
Parameters
Optional
from:
Date
Optional
to:
Date
Returns
Promise
<
iCloudCalendarEvent
[]
>
Private
fetch
Endpoint
fetch
Endpoint
<
T
>
(
endpointUrl
:
string
, params
:
Record
<
string
,
string
>
)
:
Promise
<
T
>
Type Parameters
T =
any
Parameters
endpointUrl:
string
params:
Record
<
string
,
string
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
icloudjs
index
services/account
services/calendar
services/drive
services/find
My
services/photos
services/ubiquity
i
Cloud
Calendar
Service
constructor
calendar
Service
Uri
date
Format
dsid
service
service
Uri
tz
calendars
event
Details
events
fetch
Endpoint
Generated using
TypeDoc