Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LineWorksEvent ¶
type LineWorksEvent struct { UID string Source string Location string Created time.Time LastModified time.Time StartDate time.Time EndDate time.Time RuleDates []time.Time SummaryDate string Summary string Description string Organizer string ViewURL string Raw string }
func SearchLineWorksEvents ¶
func SearchLineWorksEvents(listReq *LineWorksScheduleListReq) ([]*LineWorksEvent, error)
type LineWorksSchedule ¶
type LineWorksScheduleListResp ¶
type LineWorksScheduleListResp struct { Result string `json:"result"` ReturnValue []LineWorksSchedule `json:"returnValue"` }
Click to show internal directories.
Click to hide internal directories.