Daily Note with appointments pulled in using icalBuddy #1093
alper
started this conversation in
Templates Showcase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For this I use icalBuddy which gets the appointments that Calendar.app regularly pulls from my Google Calendar (but could be anywhere).
The command is:
days_events:
icalBuddy -eep '*' eventsFrom:$CURRENT_DATE to:$CURRENT_DATE | sd '•' '##' | sd '\n' '\n\n* \n\n'
And the template is:
The filename for me is of the format YYYY-MM-DD, so that passes clean to the shell. I don't know how else to pass the date but this works for me.
That turns this bit in my calendar:
Into this note:
Beta Was this translation helpful? Give feedback.
All reactions