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

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

The newest version!






Calendar (Calendar API v3-rev20241101-2.0.0)












com.google.api.services.calendar.model

Class Calendar

    • Constructor Detail

      • Calendar

        public Calendar()
    • Method Detail

      • getConferenceProperties

        public ConferenceProperties getConferenceProperties()
        Conferencing properties for this calendar, for example what types of conferences are allowed.
        Returns:
        value or null for none
      • setConferenceProperties

        public Calendar setConferenceProperties(ConferenceProperties conferenceProperties)
        Conferencing properties for this calendar, for example what types of conferences are allowed.
        Parameters:
        conferenceProperties - conferenceProperties or null for none
      • getDescription

        public String getDescription()
        Description of the calendar. Optional.
        Returns:
        value or null for none
      • setDescription

        public Calendar setDescription(String description)
        Description of the calendar. Optional.
        Parameters:
        description - description or null for none
      • getEtag

        public String getEtag()
        ETag of the resource.
        Returns:
        value or null for none
      • setEtag

        public Calendar setEtag(String etag)
        ETag of the resource.
        Parameters:
        etag - etag or null for none
      • getId

        public String getId()
        Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
        Returns:
        value or null for none
      • setId

        public Calendar setId(String id)
        Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
        Parameters:
        id - id or null for none
      • getKind

        public String getKind()
        Type of the resource ("calendar#calendar").
        Returns:
        value or null for none
      • setKind

        public Calendar setKind(String kind)
        Type of the resource ("calendar#calendar").
        Parameters:
        kind - kind or null for none
      • getLocation

        public String getLocation()
        Geographic location of the calendar as free-form text. Optional.
        Returns:
        value or null for none
      • setLocation

        public Calendar setLocation(String location)
        Geographic location of the calendar as free-form text. Optional.
        Parameters:
        location - location or null for none
      • getSummary

        public String getSummary()
        Title of the calendar.
        Returns:
        value or null for none
      • setSummary

        public Calendar setSummary(String summary)
        Title of the calendar.
        Parameters:
        summary - summary or null for none
      • getTimeZone

        public String getTimeZone()
        The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
        Returns:
        value or null for none
      • setTimeZone

        public Calendar setTimeZone(String timeZone)
        The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
        Parameters:
        timeZone - timeZone or null for none
      • set

        public Calendar set(String fieldName,
                            Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Calendar clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy