@watzon/baserow
Preparing search index...
types
ICalCalendarDataSync
Interface ICalCalendarDataSync
interface
ICalCalendarDataSync
{
icalUrl
:
string
;
id
:
number
;
lastError
?:
null
|
string
;
lastSync
?:
null
|
string
;
syncedProperties
:
DataSyncSyncedProperty
[]
;
type
:
"ical_calendar"
;
}
Hierarchy (
View Summary
)
BaseDataSync
ICalCalendarDataSync
Index
Properties
ical
Url
id
last
Error?
last
Sync?
synced
Properties
type
Properties
ical
Url
icalUrl
:
string
id
id
:
number
Optional
last
Error
lastError
?:
null
|
string
Optional
last
Sync
lastSync
?:
null
|
string
synced
Properties
syncedProperties
:
DataSyncSyncedProperty
[]
type
type
:
"ical_calendar"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ical
Url
id
last
Error
last
Sync
synced
Properties
type
@watzon/baserow
Loading...