@pauabaer I’m back
my config for customEvents is
{
keyword: "Gerburtstag",
symbol: "birthday-cake",
transform: {
search: "^([^\\s]+) (\\d{4}) Gerburtstag$",
replace: "$1 ($2)",
yearmatchgroup: 2
}
}
my test calendar event title (from the summary field in the actual ICS data) is
SUMMARY:test 1986 Gerburtstag
the debug line in the parser is
[2025-05-25 16:08:47.371] [DEBUG] title: test 1986 Gerburtstag
I see
[image: 1748207164900-screenshot-at-2025-05-25-16-05-03.png]
I walked thru the code and it worked as expected…