Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
NewService returns a new Google calendar service.
Types ¶
type Account ¶
type Account struct {
ClientID string `yaml:"clientID,omitempty"`
ClientSecret string `yaml:"clientSecret,omitempty"`
TokenPath string `yaml:"tokenPath,omitempty"`
CalendarID string `yaml:"calendarID,omitempty"`
// contains filtered or unexported fields
}
Account represents a Google account.
Click to show internal directories.
Click to hide internal directories.