icalbuddy: add page (#4033)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
client-spec/clarity
Caio Amaral Corrêa 2020-05-10 15:18:33 -03:00 committed by Starbeamrainbowlabs
parent 85820d1df1
commit 3741c79599
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 24 additions and 0 deletions

24
pages/osx/icalbuddy.md Normal file
View File

@ -0,0 +1,24 @@
# icalBuddy
> Command-line utility for prinitng events and tasks from the macOS calendar database.
> More information: <https://hasseg.org/icalBuddy/>.
- Show events later today:
`icalBuddy -n -f eventsToday`
- Show uncompleted tasks:
`icalBuddy -f uncompletedTasks`
- Show tasks for the next 3 days:
`icalBuddy -n -f tasksDueBefore:today+3`
- Show events in a time range:
`icalBuddy -f eventsFrom:'{{start date}}' to:'{{end date}}'`
- Show custom event list:
`icalBuddy -f -npn -nc -iep "title,datetime" -ps "| : |" -po "datetime,title" -tf "" -df "%RD" -eed eventsToday+10`