Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEvent ¶
Types ¶
type Config ¶
type Config struct { // couch doc stuff ID string `json:"_id"` Rev string `json:"_rev"` // visual appearance DisplayName string `json:"displayName"` ImageURL string `json:"image-url"` StyleURL string `json:"style-url"` // functionality CanCreateEvents bool `json:"canCreateEvents"` DisplayMeetingTitle bool `json:"displayMeetingTitle"` CanRequestHelp bool `json:"canRequestHelp"` // how to get events - from one of our calendars (gsuite, exchange, etc.) CalendarURL string `json:"calendarURL"` }
type HelpRequest ¶ added in v0.3.3
type HelpRequest struct {
DeviceID string
}
Click to show internal directories.
Click to hide internal directories.