Currently ics-query all can produce very large output for calendars with indefinitely recurring events. The docs suggest piping to head to limit output, but native flags would be cleaner.
Proposed:
--start N — skip the first N occurrences
--count N — return at most N occurrences
Suggested by @niccokunzmann, see #86 (comment).
Currently
ics-query allcan produce very large output for calendars with indefinitely recurring events. The docs suggest piping toheadto limit output, but native flags would be cleaner.Proposed:
--start N— skip the first N occurrences--count N— return at most N occurrencesSuggested by @niccokunzmann, see #86 (comment).