Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func WeekdayOccurenceNumber ¶
Types ¶
type Event ¶
type Event struct { Name string `json:"name"` Next NextFunc `json:"next"` Color string `json:"color"` FirstDate EventTime `json:"first"` Duration EventDuration `json:"duration"` LastDate EventTime `json:"last"` Cancelled []EventTime `json:"cancelled"` }
TODO(Amr Ojjeh): Add "Added" for exceptional events within the series
func (Event) NormalHour ¶
func (Event) NormalMinute ¶
type EventDuration ¶
func (*EventDuration) UnmarshalJSON ¶
func (ed *EventDuration) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.