Modifier and Type | Origin and Description |
---|---|
public GEvent |
gappsv3.GCalendar.addEvent(GEvent event!)
Add an event to the calendar. |
public GEvent |
gappsv3.GCalendar.updateEvent(GEvent event!)
Update an event in the calendar. |
public GEvent |
gappsv3.GEvent.set(BBjString fieldName!, Object value!)
Set specific Event properties |
public GEvent |
gappsv3.GEvent.setAllDayEnd(BBjNumber year!, BBjNumber month!, BBjNumber day!)
Set event end time using 3 numbers to designate year, month, and day respectively. This method is used to specify the end time for an all-day event. |
public GEvent |
gappsv3.GEvent.setAllDayEnd(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjString timeZone!)
Set event end time using 3 numbers to designate year, month, and day respectively. This method is used to specify the end time for an all-day event. |
public GEvent |
gappsv3.GEvent.setAllDayEnd(java.util.Date date!)
Set event end time using a java.util.Date This method is used to specify the end time for an all-day event. |
public GEvent |
gappsv3.GEvent.setAllDayEnd(java.util.Date date!, BBjString timeZone!)
Set event end time using a java.util.Date This method is used to specify the end time for an all-day event. |
public GEvent |
gappsv3.GEvent.setAllDayStart(BBjNumber year!, BBjNumber month!, BBjNumber day!)
Set event start time using 3 numbers to designate year, month, and day respectively. This method is used to specify the start time for an all-day event. |
public GEvent |
gappsv3.GEvent.setAllDayStart(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjString timeZone!)
Set event start time using 3 numbers to designate year, month, and day respectively. This method is used to specify the start time for an all-day event. |
public GEvent |
gappsv3.GEvent.setAllDayStart(java.util.Date date!)
Set event start time using a java.util.Date This method is used to specify the start time for an all-day event. |
public GEvent |
gappsv3.GEvent.setAnyoneCanAddSelf(BBjNumber anyoneCanAddSelf!)
Indicates whether people can invite themselves to the event regardless of ownership. |
public GEvent |
gappsv3.GEvent.setAttendees(BBjVector gattendees!)
Add a list of people who are going to attend a meeting. |
public GEvent |
gappsv3.GEvent.setAttendeesOmitted(BBjNumber attendeesOmitted!)
Indicates whether attendees have been omitted from the event. |
public GEvent |
gappsv3.GEvent.setColorId(BBjString colorId!)
Gets the color id of the event. |
public GEvent |
gappsv3.GEvent.setCreated(com.google.api.client.util.DateTime created!)
Sets the creation time of the event. |
public GEvent |
gappsv3.GEvent.setCreator(Event.Creator creator!)
Sets the creator of the event. |
public GEvent |
gappsv3.GEvent.setDescription(BBjString description!)
Sets the event's description. |
public GEvent |
gappsv3.GEvent.setEnd(EventDateTime end!)
Set the end time for the event using an EventDateTime object |
public GEvent |
gappsv3.GEvent.setEnd(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjNumber hour!, BBjNumber minute!, BBjNumber second!)
Set event end time using 6 numbers to designate year, month, day, hour, minute, and second respectively. This method is used to set the end time for a timed event. |
public GEvent |
gappsv3.GEvent.setEnd(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjNumber hour!, BBjNumber minute!, BBjNumber second!, BBjString timezone!)
Set event end time using 6 numbers to designate year, month, day, hour, minute, and second respectively. This method is used to set the end time for a timed event. |
public GEvent |
gappsv3.GEvent.setEnd(BBjNumber year!, BBjNumber month!, BBjNumber day!)
Set event end time using 3 numbers to designate year, month, and day respectively. This method is used to specify the end time for an all-day event. |
public GEvent |
gappsv3.GEvent.setEnd(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjString timeZone!)
Set event end time using 3 numbers to designate year, month, and day respectively. This method is used to specify the end time for an all-day event. |
public GEvent |
gappsv3.GEvent.setEnd(java.util.Date date!)
Set event end time using a java.util.Date This method is used to specify the end time for a timed event. |
public GEvent |
gappsv3.GEvent.setEnd(java.util.Date date!, BBjString timezone!)
Set event end time using a java.util.Date This method is used to specify the end time for a timed event. |
public GEvent |
gappsv3.GEvent.setEndTimeUnspecified(BBjNumber endTimeUnspecified!)
Sets whether the end time for the event is unspecified. |
public GEvent |
gappsv3.GEvent.setEtag(BBjString etag!)
ETag for the event. ETags are used in caching to determine whether a resource has changed. |
public GEvent |
gappsv3.GEvent.setExtendedProperties(Event.ExtendedProperties extendedProperties!)
ExtendedProperties for the event. |
public GEvent |
gappsv3.GEvent.setGadget(Event.Gadget gadget!)
Sets the Gadget for the event. |
public GEvent |
gappsv3.GEvent.setGuestsCanInviteOthers(BBjNumber guestsCanInviteOthers!)
Sets whether participants can invite other participants to the event. |
public GEvent |
gappsv3.GEvent.setGuestsCanModify(BBjNumber guestsCanModify!)
Sets whether participants can modify the event. |
public GEvent |
gappsv3.GEvent.setGuestsCanSeeOtherGuests(BBjNumber guestsCanSeeOtherGuests!)
Sets whether participants can see what other participants are invited to the meeting. |
public GEvent |
gappsv3.GEvent.setHangoutLink(BBjString hangoutLink!)
Sets the hangout link associated with the meeting. |
public GEvent |
gappsv3.GEvent.setHtmlLink(BBjString htmlLink!)
Gets the HTML Link for the meeting |
public GEvent |
gappsv3.GEvent.setICalUID(BBjString iCalUID!)
Sets the iCalendar User ID for the meeting. |
public GEvent |
gappsv3.GEvent.setId(BBjString id!)
Sets the Google Event ID. This is what you would use to access a particular event from the list of events associated with a Google Calendar. |
public GEvent |
gappsv3.GEvent.setKind(BBjString kind!)
Sets the Google resource kind. This method is a no-op. |
public GEvent |
gappsv3.GEvent.setLocation(BBjString location!)
Sets a string representing the event location |
public GEvent |
gappsv3.GEvent.setLocked(BBjNumber 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". The default is False. Read-Only. |
public GEvent |
gappsv3.GEvent.setOrganizer(Event.Organizer organizer!)
The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event. |
public GEvent |
gappsv3.GEvent.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. Immutable. |
public GEvent |
gappsv3.GEvent.setOriginalStartTime(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjNumber hour!, BBjNumber minute!, BBjNumber second!)
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. Immutable. |
public GEvent |
gappsv3.GEvent.setOriginalStartTime(java.util.Date javaDate!)
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. Immutable. |
public GEvent |
gappsv3.GEvent.setPrivateCopy(BBjNumber privateCopy!)
Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable. The default is False (0). |
public GEvent |
gappsv3.GEvent.setRecurrence(BBjVector recurrence!)
Makes an event a recurring event. |
public GEvent |
gappsv3.GEvent.setRecurringEventId(BBjString recurringEventId!)
For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable. |
public GEvent |
gappsv3.GEvent.setReminders(Event.Reminders reminders!)
Sets information about reminders such as email and popup notifications. |
public GEvent |
gappsv3.GEvent.setSequence(BBjNumber sequence!)
iCalendar sequence number. |
public GEvent |
gappsv3.GEvent.setSource(Event.Source source!)
Source of an event from which it was created; for example a web page, an email message or any document identifiable by an URL using HTTP/HTTPS protocol. Accessible only by the creator of the event. |
public GEvent |
gappsv3.GEvent.setStart(EventDateTime start!)
Set the start time for the event using an EventDateTime object |
public GEvent |
gappsv3.GEvent.setStart(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjNumber hour!, BBjNumber minute!, BBjNumber second!)
Set event start time using 6 numbers to designate year, month, day, hour, minute, and second respectively. This method is used to set the end time for a timed event. |
public GEvent |
gappsv3.GEvent.setStart(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjNumber hour!, BBjNumber minute!, BBjNumber second!, BBjString timezone!)
Set event start time using 6 numbers to designate year, month, day, hour, minute, and second respectively. This method is used to set the end time for a timed event. |
public GEvent |
gappsv3.GEvent.setStart(BBjNumber year!, BBjNumber month!, BBjNumber day!)
Set event start time using 3 numbers to designate year, month, and day respectively. This method is used to specify the start time for an all-day event. |
public GEvent |
gappsv3.GEvent.setStart(BBjNumber year!, BBjNumber month!, BBjNumber day!, BBjString timeZone!)
Set event start time using 3 numbers to designate year, month, and day respectively. This method is used to specify the start time for an all-day event. |
public GEvent |
gappsv3.GEvent.setStart(java.util.Date date!)
Set event start time using a java.util.Date This method is used to specify the start time for a timed event. |
public GEvent |
gappsv3.GEvent.setStart(java.util.Date date!, BBjString timezone!)
Set event start time using a java.util.Date This method is used to specify the start time for a timed event. |
public GEvent |
gappsv3.GEvent.setStatus(BBjString status!)
Whether the event is occurring. Values are "confirmed", "tenative", and "cancelled". The default is "confirmed". |
public GEvent |
gappsv3.GEvent.setSummary(BBjString summary!)
Set the title of the event. |
public GEvent |
gappsv3.GEvent.setTransparency(BBjString transparency!)
Indicates whether the event blocks time on the calendar. "transparent" means other events may take place at the same time. "opaque" blocks other events on the calendar. The default is "opaque". |
public GEvent |
gappsv3.GEvent.setUpdated(com.google.api.client.util.DateTime updated!)
The time the event was last updated. |
public GEvent |
gappsv3.GEvent.setVisibility(BBjString visibility!)
Visibility of the event. Can be the following values: "default": default visibility. This is the default value. "public": Anyone who can see the calendar can see the event. "private": Only participants can see the event. "confidential": alias to "private" provided for compatibility reasons. |
Modifier and Type | Origin and Description |
---|---|
public GEvent |
gappsv3.GCalendar.addEvent(GEvent event!)
Add an event to the calendar. |
public void |
gappsv3.GCalendar.deleteEvent(GEvent event!)
Delete an event in the calendar. |
public GEvent |
gappsv3.GCalendar.updateEvent(GEvent event!)
Update an event in the calendar. |
public void |
gappsv3.GEvents.addEvent(GEvent gevent!)
|