Documentation ¶
Index ¶
- type Calendar
- func (c *Calendar) AddPendingEvent() (*calendar.Event, error)
- func (c *Calendar) AddTotalWorkingEvent() (*calendar.Event, error)
- func (c *Calendar) GetTodayEvents(onlySingleEvent bool) (*calendar.Events, error)
- func (c *Calendar) GetTodayPendingEvent(events *calendar.Events) (*calendar.Event, error)
- func (c *Calendar) GetTodayTotalWorkingEvent(events *calendar.Events) (*calendar.Event, error)
- func (_ *Calendar) GetTotalWorkingHoursProperty(event *calendar.Event) string
- func (_ *Calendar) GetWorkingHoursProperty(event *calendar.Event) string
- func (c *Calendar) Initialize()
- func (c *Calendar) UpdatePendingEvent(event *calendar.Event) (*calendar.Event, error)
- func (c *Calendar) UpdateTotalWorkingEvent(totalWorkingEvent *calendar.Event, workingEvents *calendar.Events) (*calendar.Event, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Calendar ¶
type Calendar struct { Id string Service *calendar.Service }
func (*Calendar) AddPendingEvent ¶
func (*Calendar) AddTotalWorkingEvent ¶
func (*Calendar) GetTodayEvents ¶
func (*Calendar) GetTodayPendingEvent ¶
func (*Calendar) GetTodayTotalWorkingEvent ¶
func (*Calendar) GetTotalWorkingHoursProperty ¶
func (*Calendar) GetWorkingHoursProperty ¶
func (*Calendar) Initialize ¶
func (c *Calendar) Initialize()
func (*Calendar) UpdatePendingEvent ¶
func (*Calendar) UpdateTotalWorkingEvent ¶
Click to show internal directories.
Click to hide internal directories.