Generate a markdown summary of events from Google Calendar
A small utility for automating the creation of my "Daily Notes" in Obsidian.
I wrote more about this setup at https://jnsgr.uk/uses.
This utility reads my calendar, and generates a short snippet of Markdown for the
current day, linking to the correct notes in my Obsidian vault.
I previously used some shonky Go code for this task, and before that some even
shonkier Python. This implementation was the second Rust application I wrote,
and mostly used as a learning exercise.
Unless you want to set up your calendar, and note taking applications to be just
like me, it's unlikely this will be very useful to you!