Add hyphen between type and subject
This commit is contained in:
parent
7f72891002
commit
733e02eb59
|
@ -91,7 +91,7 @@ async fn ics(url: &str) -> String {
|
|||
let mut new_event = Event::new();
|
||||
|
||||
new_event
|
||||
.summary(&format!("{kind} {subject}"))
|
||||
.summary(&format!("{kind} - {subject}"))
|
||||
.description(description)
|
||||
.starts(start)
|
||||
.ends(end);
|
||||
|
|
Loading…
Reference in New Issue