aboutsummaryrefslogtreecommitdiff
path: root/lib/contact/google/event.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/contact/google/event.go')
-rw-r--r--lib/contact/google/event.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/contact/google/event.go b/lib/contact/google/event.go
index a84cedc3..ce4bf51f 100644
--- a/lib/contact/google/event.go
+++ b/lib/contact/google/event.go
@@ -6,5 +6,5 @@ package google
// Event format.
type Event struct {
Rel string `json:"rel,omitempty"`
- When EventTime `json:"gd$when,omitempty"`
+ When EventTime `json:"gd$when"`
}