To facilitate automation and integration with other tools (e.g., email parsers), the CLI tool should support piping input via stdin.
Proposed Solution:
- Modify the CLI to accept event details (e.g., title, description, time) through
stdin.
- This would enable chaining the CLI with tools like
mailparser in cron jobs for automated event creation.