calendar

package
v0.0.0-...-c28cf84 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCalendar

func CreateCalendar(responseWriter http.ResponseWriter, request *http.Request)

CreateCalendar Google-Calendar

func CreateEvent

func CreateEvent(responseWriter http.ResponseWriter, request *http.Request)

CreateEvent Google-Calendar

func EventList

func EventList(responseWriter http.ResponseWriter, request *http.Request)

EventList Google-Calendar

func GetCalendarByID

func GetCalendarByID(responseWriter http.ResponseWriter, request *http.Request)

GetCalendarByID Google-Calendar

func GetEventByID

func GetEventByID(responseWriter http.ResponseWriter, request *http.Request)

GetEventByID Google-Calendar

Types

type CalendarArguments

type CalendarArguments struct {
	Summary       string   `json:"summary,omitempty"`
	Description   string   `json:"description,omitempty"`
	Location      string   `json:"location,omitempty"`
	EventID       string   `json:"eventId,omitempty"`
	AttendeesList []string `json:"attendeesList,omitempty"`
	StartDate     string   `json:"startDate,omitempty"`
	EndDate       string   `json:"endDate,omitempty"`
	CalendarID    string   `json:"calendarId,omitempty"`
}

CalendarArguments struct

Jump to

Keyboard shortcuts

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