1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Google Calendar: the client reads all the events the user can write on instead of just the accounts primary events, the timestamp printing of the all-day events is handled

This commit is contained in:
Lassi Piironen
2018-06-16 23:37:02 +03:00
parent dcbc541221
commit 96e0606c6a
3 changed files with 56 additions and 6 deletions

1
wtf/utils.go Normal file → Executable file
View File

@@ -13,6 +13,7 @@ import (
const SimpleDateFormat = "Jan 2"
const SimpleTimeFormat = "15:04 MST"
const FriendlyDateFormat = "Mon, Jan 2"
const FriendlyDateTimeFormat = "Mon, Jan 2, 15:04"
const TimestampFormat = "2006-01-02T15:04:05-0700"