We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a7cf3 commit 24f6623Copy full SHA for 24f6623
1 file changed
internal/cmd/calendar_attendees.go
@@ -55,7 +55,7 @@ func mergeAttendeesWithChange(existing []*calendar.EventAttendee, addCSV string)
55
}
56
email := attendee.Email
57
if !existingEmails[strings.ToLower(email)] {
58
- attendee.ResponseStatus = "needsAction"
+ attendee.ResponseStatus = taskStatusNeedsAction
59
out = append(out, attendee)
60
existingEmails[strings.ToLower(email)] = true
61
added = true
0 commit comments