@watzon/baserow
    Preparing search index...

    Interface ICalCalendarDataSyncCreate

    interface ICalCalendarDataSyncCreate {
        icalUrl: string;
        syncedProperties: string[];
        tableName: string;
        type: "ical_calendar";
    }

    Hierarchy

    • BaseDataSyncCreate
      • ICalCalendarDataSyncCreate
    Index

    Properties

    icalUrl: string
    syncedProperties: string[]
    tableName: string
    type: "ical_calendar"