Documentation
¶
Index ¶
- Constants
- Variables
- func BuildMonthRangeQuery(month time.Time) *caldav.CalendarQuery
- func GetCalendarsList(client *caldav.Client) (calendars []caldav.Calendar, err error)
- func MonthReport(client *caldav.Client, month time.Month)
- func NewCalDavClient(user, pwd, url string) (*caldav.Client, error)
- func NewCalendar(event *ical.Event) *ical.Calendar
- func NewEvent(summ, desc, loc string, st, et time.Time) *ical.Event
- func PrintAllCalendarsData(w io.Writer, calendarList []caldav.CalendarObject)
Constants ¶
View Source
const (
DateTime = "2006-01-02"
)
Variables ¶
View Source
var ( C = config.LoadConifg() L = logger.NewLogger(logger.LogLevel(C.Logging.Level), C.Logging.File) )
Functions ¶
func BuildMonthRangeQuery ¶
func BuildMonthRangeQuery(month time.Time) *caldav.CalendarQuery
func GetCalendarsList ¶
func PrintAllCalendarsData ¶
func PrintAllCalendarsData(w io.Writer, calendarList []caldav.CalendarObject)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.
