@ebarooni/capacitor-calendar
    Preparing search index...

    Interface CreateEventResult

    8.5.0

    interface CreateEventResult {
        ics?: File;
        id: string | null;
    }
    Index

    Properties

    Properties

    ics?: File

    An .ics file (text/calendar) with one VEVENT. Present only on Web. The plugin does not write to a calendar store or start a download; use downloadIcsFile(...) or pass the File to another API.

    Web

    8.5.0

    id: string | null

    The identifier of the created event. Always null on Web. Present on Android and iOS after a successful create.

    Android, iOS

    0.4.0