Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddMytokenToCalendarRequest ¶
type AddMytokenToCalendarRequest struct { api.AddMytokenToCalendarRequest MomID mtid.MOMID `json:"mom_id" xml:"mom_id" form:"mom_id"` }
AddMytokenToCalendarRequest is type holding the request to add a mytoken to a calendar
type CalendarInfoResponse ¶
type CalendarInfoResponse struct { api.CalendarInfo pkg.OnlyTokenUpdateRes }
CalendarInfoResponse is a type for holding a response with information about a single calendar
type CalendarListResponse ¶
type CalendarListResponse struct { api.CalendarListResponse pkg.OnlyTokenUpdateRes }
CalendarListResponse is the response returned to list all calendars of a user
type CreateCalendarResponse ¶
type CreateCalendarResponse struct { api.NotificationCalendar pkg.OnlyTokenUpdateRes }
CreateCalendarResponse is the response returned when a new calendar is created
Click to show internal directories.
Click to hide internal directories.