Documentation ¶
Index ¶
- type Credentials
- type Event
- func (e *Event) EndAfterOrEquals(dt time.Time) bool
- func (e *Event) EndBefore(dt time.Time) bool
- func (e *Event) GetDescriptionFormatted() string
- func (e *Event) GetEndTimeFormatted() string
- func (e *Event) GetStartTimeFormatted() string
- func (e *Event) StartAfter(dt time.Time) bool
- func (e *Event) StartBefore(dt time.Time) bool
- func (e *Event) StartBeforeOrEquals(dt time.Time) bool
- func (e *Event) StartEquals(dt time.Time) bool
- type Settings
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Event ¶
type Event struct { Id string Name string Description string Url string TimeZone string StartTime time.Time EndTime time.Time StartTimeHourMinute int EndTimeHourMinute int LastModifiedTime time.Time }
func (*Event) GetDescriptionFormatted ¶
func (*Event) GetEndTimeFormatted ¶
func (*Event) GetStartTimeFormatted ¶
Click to show internal directories.
Click to hide internal directories.