Documentation
¶
Index ¶
- func Add(summary string, description string, start string, end string, colorID string)
- func AuthUser() error
- func DeleteItem(index int) error
- func Find(eventName string) ([]byte, error)
- func FixTime(timeStr string) (time.Time, error)
- func Index() ([][]byte, error)
- func MakeIDMap()
- func QuickAdd(eventText string)
- func Remove(eventName string) error
- func UpdateMap()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteItem ¶
DeleteItem allows user to delete events by inputting index equal to the show command
func FixTime ¶
FixTime takes in user inputted time string and converts it to a time.Time object that Add function will take in
func MakeIDMap ¶
func MakeIDMap()
MakeIDMap makes map of event name, id pairs is a gouroutine that runs in the background every n minutes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.