calendar

package
v0.0.0-...-c36d36f Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TOKEN *oauth2.Token

Functions

This section is empty.

Types

type CalService

type CalService struct {
	// contains filtered or unexported fields
}

service to get the urls

func NewCalService

func NewCalService(config *utils.Config) *CalService

func (*CalService) GetUpcomingMeetings

func (em *CalService) GetUpcomingMeetings() (MeetItems, error)

GetUpcomingMeetings returns a list of meetings to join for the day

type MeetItem

type MeetItem struct {
	Uri       string
	Summary   string
	StartTime time.Time
	EndTime   time.Time
}

MeetItem is a structure comtaining the pertinate meeting info

type MeetItems

type MeetItems []MeetItem

Collection

Jump to

Keyboard shortcuts

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