Versions in this module Expand all Collapse all v0 v0.1.1 Aug 20, 2026 Changes in this version + type Folder struct + AppURL string + ID int64 + Name string type Posting + Folders []Folder v0.1.1-rc.2 Aug 20, 2026 v0.1.1-rc.1 Aug 20, 2026 v0.1.0 Aug 20, 2026 Changes in this version + type Box struct + AppURL string + ID int64 + Kind string + Name string + PostingChangesURL string + URL string + type Calendar struct + CreatedAt string + External bool + ID int64 + Kind string + Name string + OccurrencesURL string + Owned bool + Personal bool + RecordingsURL string + URL string + UpdatedAt string + type Contact struct + AccountID int64 + Aliases []Contact + Avatar string + EmailAddress string + ID int64 + Name string + UpdatedAt string + type Entry struct + AlternativeSenderName string + AppURL string + Body string + BodyHTML string + CreatedAt string + Creator Contact + ID int64 + Kind string + Recipients []Contact + Summary string + UpdatedAt string + type Extenzion struct + ID int64 + Name string + type JournalEntry struct + Body string + CreatedAt string + Date string + ID int64 + UpdatedAt string + type Posting struct + AlternativeSenderName string + AppURL string + BubbledUp bool + Bundled bool + CreatedAt string + Creator Contact + EntryKind string + Extenzions []Extenzion + ID int64 + IncludesAttachments bool + Kind string + Muted bool + Name string + ObservedAt string + Seen bool + Summary string + Topic *Topic + TopicID int64 + UpdatedAt string + VisibleEntryCount int32 + func (p *Posting) ResolveTopicID() int64 + type Recording struct + AllDay bool + Calendar *Calendar + CompletedAt string + Content string + CreatedAt string + EndsAt string + EndsAtTimeZone string + ID int64 + Label string + OccurrencesURL string + ParentID *int64 + Recurring bool + RemindersLabel string + StartsAt string + StartsAtTimeZone string + Title string + Type string + UpdatedAt string + type RecordingsResponse map[string][]Recording + type Topic struct + AccountID int64 + AppURL string + Contacts []Contact + CreatedAt string + Creator Contact + ID int64 + LatestEntry *Entry + Name string + UpdatedAt string