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