All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.calendar.Calendar.Events.CalendarImport.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241101-2.0.0
Show newest version






Calendar.Events.CalendarImport (Calendar API v3-rev20240927-2.0.0)












com.google.api.services.calendar

Class Calendar.Events.CalendarImport

    • Constructor Detail

      • CalendarImport

        protected CalendarImport(String calendarId,
                                 Event content)
        Imports an event. This operation is used to add a private copy of an existing event to a calendar. Only events with an eventType of default may be imported. Deprecated behavior: If a non-default event is imported, its type will be changed to default and any event-type-specific properties it may have will be dropped. Create a request for the method "events.import". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        CalendarImport#initialize(com.google.api.client.googleapis.services.Abstr actGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        Parameters:
        calendarId - Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.
        content - the Event
        Since:
        1.13

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy