Versions in this module Expand all Collapse all v0 v0.0.1 Jan 20, 2025 Changes in this version + type Calendar struct + Id string + Service *calendar.Service + func (_ *Calendar) GetTotalWorkingHoursProperty(event *calendar.Event) string + func (_ *Calendar) GetWorkingHoursProperty(event *calendar.Event) string + 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 (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)