Skip to content

Commit

Permalink
Add another link.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Aug 8, 2024
1 parent b3c0d15 commit 2a6a015
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/importers/icalendar/cdss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,11 @@ fn apply_fixes(event: &mut Event) {
.links
.insert(0, "https://nbcds.org/english-country-dance/".to_string());
}
"Second Saturday BFMS Contra Dance" => {
event
.links
.insert(0, "https://www.bfms.org/saturdayDance.php".to_string());
}
"Second Saturday TopHill Music Contradance Party at Guiding Star Grange" => {
event.name = "TopHill Music Contradance Party".to_string();
event.links.insert(
Expand Down

0 comments on commit 2a6a015

Please sign in to comment.