msgraph

package
v0.0.0-...-5de3a08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MicrosoftResponseStatusYes          = "accepted"
	MicrosoftResponseStatusMaybe        = "tentativelyAccepted"
	MicrosoftResponseStatusNo           = "declined"
	MicrosoftResponseStatusNone         = "none"
	MicrosoftResponseStatusOrganizer    = "organizer"
	MicrosoftResponseStatusNotResponsed = MicrosoftResponseStatusNone
)
View Source
const (
	ProviderMSCalendar            = Kind
	ProviderMSCalendarDisplayName = "Microsoft Calendar"
	ProviderMSCalendarRepository  = "mattermost-plugin-mscalendar"
)
View Source
const Kind = "msgraph"

Variables

This section is empty.

Functions

func GetMSCalendarProviderConfig

func GetMSCalendarProviderConfig() config.ProviderConfig

func NewRemote

func NewRemote(conf *config.Config, logger bot.Logger) remote.Remote

Types

type AuthResponse

type AuthResponse struct {
	TokenType   string `json:"token_type"`
	AccessToken string `json:"access_token"`
	ExpiresIn   int    `json:"expires_in"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL