Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetICS ¶
func GetICS(store Store, service Service) gin.HandlerFunc
Types ¶
type Service ¶
type Service interface { // GenICSFrom creates ICS calendar from pbehavior. GenICSFrom(pbh pbehaviorapi.Response, maxPriority, minPriority int64) (ics.Calendar, error) }
Service is used to implement ICS calendar generation.
func NewService ¶
func NewService(timezoneConfigProvider config.TimezoneConfigProvider) Service
NewService creates new service.
Click to show internal directories.
Click to hide internal directories.