Skip to content

Commit

Permalink
Detect more workshops.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Nov 25, 2024
1 parent b1796e6 commit 36be1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/importers/icalendar/boulder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ impl IcalendarSource for Boulder {

fn workshop(parts: &EventParts) -> bool {
let description_lower = parts.description.to_lowercase();
parts.summary == "Scottish Country Dance"
parts.summary == "Boulder Scottish Country Dance"
|| parts.summary == "Scottish Country Dance"
|| parts.summary == "Scandinavian Weekly Dance"
|| parts.summary == "Boulder Scandinavian Weekend"
|| parts.summary.contains("Class")
Expand Down

0 comments on commit 36be1e8

Please sign in to comment.