inovex / CalendarSync

Stateless CLI tool to sync calendars across different calendaring systems.
MIT License
99 stars 13 forks source link

feat: Timeframe Filter #144

Closed alxndr13 closed 2 months ago

alxndr13 commented 4 months ago

related to https://github.com/inovex/CalendarSync/issues/114

alxndr13 commented 4 months ago

During the implementation of this, I noticed we could use a "setupFilter" function. This function would be called on the initialization of the filter, allowing us to catch invalid configurations from the user, such as invalid HourStart or HourEnd values.