package models import "google.golang.org/api/calendar/v3" type Client struct { CalendarListEntry *calendar.CalendarListEntry Client string `json:"client"` Ticker string `json:"ticker"` }