googlecal

package
v0.0.0-...-69dacb3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: LGPL-2.1 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {

	//pointers to allow empty values
	ID           *string                  `json:"id"`
	Title        *string                  `json:"title"`
	Description  *string                  `json:"description"`
	Location     *string                  `json:"location"`
	Start        *string                  `json:"startDateTime"`
	End          *string                  `json:"endDateTime"`
	Participants *[]string                `json:"participants"`
	Organizer    *calendar.EventOrganizer `json:"organizer"`
}

Event contains event data

Jump to

Keyboard shortcuts

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