Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultMsg = "Calendar event: %q"
View Source
const DefaultTz = "America/Los_Angeles"
View Source
const Usage = `` /* 1302-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { RoomId string CalendarId string Timezone time.Location Autoreply bool AnnounceStart bool AnnounceEnd bool CalEvents []CalEvent EvtsSinceLast int // contains filtered or unexported fields }
func (*Config) LoadFromPrefs ¶
type GoogleError ¶
type GoogleError struct {
Parent error
}
func (GoogleError) Error ¶
func (e GoogleError) Error() string
type PrefMissingError ¶
type PrefMissingError struct{}
func (PrefMissingError) Error ¶
func (e PrefMissingError) Error() string
type SecretMissingError ¶
type SecretMissingError struct{}
func (SecretMissingError) Error ¶
func (e SecretMissingError) Error() string
Click to show internal directories.
Click to hide internal directories.