Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalendarChange ¶
type CalendarChange struct { OldEntry *CalendarEntry NewEntry *CalendarEntry }
type CalendarEntry ¶
type CalendarEntry struct { UUID string Committee Committee Time time.Time // absolute time of meeting LocalTime time.Time // date+time of event (for display only - other fields are zeroed) Location string Agenda string // optional Minutes string // optional }
func (*CalendarEntry) IsDifferent ¶
func (oldMeeting *CalendarEntry) IsDifferent(newMeeting *CalendarEntry) bool
func (*CalendarEntry) ShortString ¶
func (entry *CalendarEntry) ShortString() string
type CalendarQuery ¶
type CalendarQueryResult ¶
type CalendarQueryResult struct { Committees map[string]Committee CalendarEntries map[string]CalendarEntry }
func LoadCalendarEntries ¶
func LoadCalendarEntries(params *CalendarQuery, client *http.Client) *CalendarQueryResult
Click to show internal directories.
Click to hide internal directories.