You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CalendarMerger class to handle merging of multiple calendars
Implement CLI interface using Typer for calendar merging operations
Create unit tests for calendar merging functionality
Update main.py to include core merging logic
Refactor CLI to use new CalendarMerger class
Add type hints throughout the codebase
This commit introduces the primary functionality of MergeCal,
allowing users to merge multiple iCalendar files both
programmatically and via the command line interface. (1ce87e7)