Google Apps Script API
    Preparing search index...
    interface Calendar {
        Acl: AclCollection;
        CalendarList: CalendarListCollection;
        Calendars: GoogleAppsScript.Calendar.Collection.CalendarsCollection;
        Channels: GoogleAppsScript.Calendar.Collection.ChannelsCollection;
        Colors: ColorsCollection;
        Events: EventsCollection;
        Freebusy: FreebusyCollection;
        Settings: GoogleAppsScript.Calendar.Collection.SettingsCollection;
        newAclRule(): AclRule;
        newAclRuleScope(): AclRuleScope;
        newCalendar(): GoogleAppsScript.Calendar.Schema.Calendar;
        newCalendarListEntry(): CalendarListEntry;
        newCalendarListEntryNotificationSettings(): CalendarListEntryNotificationSettings;
        newCalendarNotification(): CalendarNotification;
        newChannel(): GoogleAppsScript.Calendar.Schema.Channel;
        newConferenceData(): GoogleAppsScript.Calendar.Schema.ConferenceData;
        newConferenceParameters(): ConferenceParameters;
        newConferenceParametersAddOnParameters(): ConferenceParametersAddOnParameters;
        newConferenceProperties(): ConferenceProperties;
        newConferenceRequestStatus(): ConferenceRequestStatus;
        newConferenceSolution(): ConferenceSolution;
        newConferenceSolutionKey(): ConferenceSolutionKey;
        newCreateConferenceRequest(): CreateConferenceRequest;
        newEntryPoint(): GoogleAppsScript.Calendar.Schema.EntryPoint;
        newEvent(): GoogleAppsScript.Calendar.Schema.Event;
        newEventAttachment(): EventAttachment;
        newEventAttendee(): EventAttendee;
        newEventCreator(): EventCreator;
        newEventDateTime(): EventDateTime;
        newEventExtendedProperties(): EventExtendedProperties;
        newEventGadget(): EventGadget;
        newEventOrganizer(): EventOrganizer;
        newEventReminder(): EventReminder;
        newEventReminders(): EventReminders;
        newEventSource(): EventSource;
        newEventWorkingLocationProperties(): EventWorkingLocationProperties;
        newEventWorkingLocationPropertiesCustomLocation(): EventWorkingLocationPropertiesCustomLocation;
        newEventWorkingLocationPropertiesOfficeLocation(): EventWorkingLocationPropertiesOfficeLocation;
        newFreeBusyRequest(): FreeBusyRequest;
        newFreeBusyRequestItem(): FreeBusyRequestItem;
    }
    Index

    Properties

    Methods