Documentation ¶
Index ¶
- type CalEvent
- func (calEvent *CalEvent) AllDay() bool
- func (calEvent *CalEvent) ConflictsWith(otherEvents []*CalEvent) bool
- func (calEvent *CalEvent) End() time.Time
- func (calEvent *CalEvent) Now() bool
- func (calEvent *CalEvent) Past() bool
- func (calEvent *CalEvent) ResponseFor(email string) string
- func (calEvent *CalEvent) Start() time.Time
- func (calEvent *CalEvent) Timestamp(hourFormat string, showEndTime bool) string
- type Settings
- type Widget
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalEvent ¶
type CalEvent struct {
// contains filtered or unexported fields
}
func NewCalEvent ¶
func NewCalEvent(event *calendar.Event) *CalEvent
func (*CalEvent) ConflictsWith ¶
func (*CalEvent) ResponseFor ¶
type Widget ¶
type Widget struct { view.TextWidget // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.