Package | Description |
---|---|
com.google.api.services.calendar | |
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
Calendar.Events.CalendarImport |
Calendar.Events.calendarImport(String calendarId,
Event content)
Imports an event.
|
Calendar.Events.Insert |
Calendar.Events.insert(String calendarId,
Event content)
Creates an event.
|
Calendar.Events.Patch |
Calendar.Events.patch(String calendarId,
String eventId,
Event content)
Updates an event.
|
Calendar.Events.Update |
Calendar.Events.update(String calendarId,
String eventId,
Event content)
Updates an event.
|
Constructor and Description |
---|
CalendarImport(String calendarId,
Event content)
Imports an event.
|
Insert(String calendarId,
Event content)
Creates an event.
|
Patch(String calendarId,
String eventId,
Event content)
Updates an event.
|
Update(String calendarId,
String eventId,
Event content)
Updates an event.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
Event.set(String fieldName,
Object value) |
Event |
Event.setAnyoneCanAddSelf(Boolean anyoneCanAddSelf)
Whether anyone can invite themselves to the event (deprecated).
|
Event |
Event.setAttachments(List<EventAttachment> attachments)
File attachments for the event.
|
Event |
Event.setAttendees(List<EventAttendee> attendees)
The attendees of the event.
|
Event |
Event.setAttendeesOmitted(Boolean attendeesOmitted)
Whether attendees may have been omitted from the event's representation.
|
Event |
Event.setBirthdayProperties(EventBirthdayProperties birthdayProperties)
Birthday or special event data.
|
Event |
Event.setColorId(String colorId)
The color of the event.
|
Event |
Event.setConferenceData(ConferenceData conferenceData)
The conference-related information, such as details of a Google Meet conference.
|
Event |
Event.setCreated(com.google.api.client.util.DateTime created)
Creation time of the event (as a RFC3339 timestamp).
|
Event |
Event.setCreator(Event.Creator creator)
The creator of the event.
|
Event |
Event.setDescription(String description)
Description of the event.
|
Event |
Event.setEnd(EventDateTime end)
The (exclusive) end time of the event.
|
Event |
Event.setEndTimeUnspecified(Boolean endTimeUnspecified)
Whether the end time is actually unspecified.
|
Event |
Event.setEtag(String etag)
ETag of the resource.
|
Event |
Event.setEventType(String eventType)
Specific type of the event.
|
Event |
Event.setExtendedProperties(Event.ExtendedProperties extendedProperties)
Extended properties of the event.
|
Event |
Event.setFocusTimeProperties(EventFocusTimeProperties focusTimeProperties)
Focus Time event data.
|
Event |
Event.setGadget(Event.Gadget gadget)
A gadget that extends this event.
|
Event |
Event.setGuestsCanInviteOthers(Boolean guestsCanInviteOthers)
Whether attendees other than the organizer can invite others to the event.
|
Event |
Event.setGuestsCanModify(Boolean guestsCanModify)
Whether attendees other than the organizer can modify the event.
|
Event |
Event.setGuestsCanSeeOtherGuests(Boolean guestsCanSeeOtherGuests)
Whether attendees other than the organizer can see who the event's attendees are.
|
Event |
Event.setHangoutLink(String hangoutLink)
An absolute link to the Google Hangout associated with this event.
|
Event |
Event.setHtmlLink(String htmlLink)
An absolute link to this event in the Google Calendar Web UI.
|
Event |
Event.setICalUID(String iCalUID)
Event unique identifier as defined in RFC5545.
|
Event |
Event.setId(String id)
Opaque identifier of the event.
|
Event |
Event.setKind(String kind)
Type of the resource ("calendar#event").
|
Event |
Event.setLocation(String location)
Geographic location of the event as free-form text.
|
Event |
Event.setLocked(Boolean locked)
Whether this is a locked event copy where no changes can be made to the main event fields
"summary", "description", "location", "start", "end" or "recurrence".
|
Event |
Event.setOrganizer(Event.Organizer organizer)
The organizer of the event.
|
Event |
Event.setOriginalStartTime(EventDateTime originalStartTime)
For an instance of a recurring event, this is the time at which this event would start
according to the recurrence data in the recurring event identified by recurringEventId.
|
Event |
Event.setOutOfOfficeProperties(EventOutOfOfficeProperties outOfOfficeProperties)
Out of office event data.
|
Event |
Event.setPrivateCopy(Boolean privateCopy)
If set to True, Event propagation is disabled.
|
Event |
Event.setRecurrence(List<String> recurrence)
List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545.
|
Event |
Event.setRecurringEventId(String recurringEventId)
For an instance of a recurring event, this is the id of the recurring event to which this
instance belongs.
|
Event |
Event.setReminders(Event.Reminders reminders)
Information about the event's reminders for the authenticated user.
|
Event |
Event.setSequence(Integer sequence)
Sequence number as per iCalendar.
|
Event |
Event.setSource(Event.Source source)
Source from which the event was created.
|
Event |
Event.setStart(EventDateTime start)
The (inclusive) start time of the event.
|
Event |
Event.setStatus(String status)
Status of the event.
|
Event |
Event.setSummary(String summary)
Title of the event.
|
Event |
Event.setTransparency(String transparency)
Whether the event blocks time on the calendar.
|
Event |
Event.setUpdated(com.google.api.client.util.DateTime updated)
Last modification time of the main event data (as a RFC3339 timestamp).
|
Event |
Event.setVisibility(String visibility)
Visibility of the event.
|
Event |
Event.setWorkingLocationProperties(EventWorkingLocationProperties workingLocationProperties)
Working location event data.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
Events.getItems()
List of events on the calendar.
|
Modifier and Type | Method and Description |
---|---|
Events |
Events.setItems(List<Event> items)
List of events on the calendar.
|
Copyright © 2011–2025 Google. All rights reserved.