Google Apps Script API
    Preparing search index...
    interface SettingsCollection {
        get(setting: string): GoogleAppsScript.Calendar.Schema.Setting;
        get(
            setting: string,
            optionalArgs: object,
            headers: object,
        ): GoogleAppsScript.Calendar.Schema.Setting;
        list(): GoogleAppsScript.Calendar.Schema.Settings;
        list(optionalArgs: object): GoogleAppsScript.Calendar.Schema.Settings;
        list(
            optionalArgs: object,
            headers: object,
        ): GoogleAppsScript.Calendar.Schema.Settings;
        watch(
            resource: GoogleAppsScript.Calendar.Schema.Channel,
        ): GoogleAppsScript.Calendar.Schema.Channel;
        watch(
            resource: GoogleAppsScript.Calendar.Schema.Channel,
            optionalArgs: object,
        ): GoogleAppsScript.Calendar.Schema.Channel;
        watch(
            resource: GoogleAppsScript.Calendar.Schema.Channel,
            optionalArgs: object,
            headers: object,
        ): GoogleAppsScript.Calendar.Schema.Channel;
    }
    Index

    Methods