Skip to content

Commit

Permalink
maccalendar: don't use relative dates (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadyabhi committed Oct 19, 2023
1 parent d6005bc commit 3e6c224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calendar/maccalendar/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func getSourceRaw(icalBuddyBinary string, calName string, nDays int) (string, er
"-ic", calName,
"-nc",
"-tf", "%H:%M %z",
"-nrd",
fmt.Sprintf("eventsToday+%d", nDays),
}...)
log.Printf("Running icalBuddy with args: %s", cmd.Args)
Expand Down

0 comments on commit 3e6c224

Please sign in to comment.