From 603ed465a3299887b8dcef0afc3b1290629467db Mon Sep 17 00:00:00 2001 From: Winston Durand Date: Wed, 5 Apr 2023 23:50:33 -0700 Subject: [PATCH] Support deserializing date_end --- calls.go | 1 + 1 file changed, 1 insertion(+) diff --git a/calls.go b/calls.go index 984ea8c3f..e053c4cf2 100644 --- a/calls.go +++ b/calls.go @@ -11,6 +11,7 @@ type Call struct { ID string `json:"id"` Title string `json:"title"` DateStart JSONTime `json:"date_start"` + DateEnd JSONTime `json:"date_end"` ExternalUniqueID string `json:"external_unique_id"` JoinURL string `json:"join_url"` DesktopAppJoinURL string `json:"desktop_app_join_url"`