Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedCache ¶
type FeedCache struct { URL string Username string // can be empty Password string // can be empty Interval time.Duration // default is two minutes // contains filtered or unexported fields }
FeedCache gets events from an ical feed and caches them for the given interval. After each interval, calls to update have to wait until the http request is done.
Click to show internal directories.
Click to hide internal directories.