Skip to content

Commit

Permalink
feat: add ShowAlarm flag to notification builder
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Oct 1, 2024
1 parent 9be41d3 commit 86271a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ical/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func (p *Parser) buildNotification(event *ics.VEvent) notify.Notification {
var categories []string

n.ShowDate = true
n.ShowAlarm = true

for _, p := range event.Properties {
if p.IANAToken == string(ics.ComponentPropertyComment) {
Expand Down

0 comments on commit 86271a7

Please sign in to comment.