Open IteDas opened 5 years ago
Add filterRegexOnly configuration option. This way it is possible to reduce calendar title by a certain Regex match. In my case: "(0300z-0550z) AB1234 ATH-FRA" should be filtered with:
{filterBy: '/ *\([^)]*\) */g', regex: true, filterRegexOnly:true}
Add filterRegexOnly configuration option. This way it is possible to reduce calendar title by a certain Regex match. In my case: "(0300z-0550z) AB1234 ATH-FRA" should be filtered with:
{filterBy: '/ *\([^)]*\) */g', regex: true, filterRegexOnly:true}
to output: "AB1234 ATH-FRA"