Documentation
¶
Index ¶
- type Calendar
- func (cld *Calendar) AddEvent(event *calendar.Event) *calendar.Event
- func (cld *Calendar) CreateEventAllday(title string, date string, desc string) *calendar.Event
- func (cld *Calendar) DeleteCalendar(id string)
- func (cld *Calendar) DeleteEvent(id string)
- func (cld *Calendar) NewCalendar(summary string) *calendar.Calendar
- func (cld *Calendar) SetCalendarId(calendarId string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Calendar ¶
type Calendar struct {
Id string
// contains filtered or unexported fields
}
func NewService ¶
func (*Calendar) CreateEventAllday ¶
func (*Calendar) DeleteCalendar ¶
func (*Calendar) DeleteEvent ¶
func (*Calendar) SetCalendarId ¶
Click to show internal directories.
Click to hide internal directories.