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 (*CalEvent) ConflictsWith ¶
func (*CalEvent) ResponseFor ¶
type Widget ¶
type Widget struct {
view.TextWidget
// contains filtered or unexported fields
}
func NewWidget ¶
func NewWidget(tviewApp *tview.Application, redrawChan chan bool, settings *Settings) *Widget
func (*Widget) ConfigText ¶ added in v0.50.0
Click to show internal directories.
Click to hide internal directories.