public class CalendarEvent extends Object
| 构造器和说明 |
|---|
CalendarEvent() |
public String getEventId()
public void setEventId(String eventId)
public String getSummary()
public void setSummary(String summary)
public String getDescription()
public void setDescription(String description)
public TimeInfo getStartTime()
public void setStartTime(TimeInfo startTime)
public TimeInfo getEndTime()
public void setEndTime(TimeInfo endTime)
public Vchat getVchat()
public void setVchat(Vchat vchat)
public String getVisibility()
public void setVisibility(String visibility)
public String getAttendeeAbility()
public void setAttendeeAbility(String attendeeAbility)
public String getFreeBusyStatus()
public void setFreeBusyStatus(String freeBusyStatus)
public EventLocation getLocation()
public void setLocation(EventLocation location)
public Integer getColor()
public void setColor(Integer color)
public Reminder[] getReminders()
public void setReminders(Reminder[] reminders)
public String getRecurrence()
public void setRecurrence(String recurrence)
public String getStatus()
public void setStatus(String status)
public Boolean getIsException()
public void setIsException(Boolean isException)
public String getRecurringEventId()
public void setRecurringEventId(String recurringEventId)
public Schema[] getSchemas()
public void setSchemas(Schema[] schemas)
Copyright © 2021. All rights reserved.