Member Junction
    Preparing search index...

    The googleapis module surface we use (google.calendar({ version, auth })).

    interface GoogleApisModuleLike {
        google: {
            calendar(
                options: { auth: unknown; version: string },
            ): GoogleCalendarClientLike;
        };
    }
    Index

    Properties

    Properties

    google: {
        calendar(
            options: { auth: unknown; version: string },
        ): GoogleCalendarClientLike;
    }

    The google namespace with the calendar client factory.