A utility to inject Full Note calendar events into a Daily note #554
firkowski
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🔖 Feature description
A codeblock format to display relevant events from Full Note calendar in the Daily Notes (and maybe even weekly, monthly notes), dataviewjs-style.
✔️ Solution
I would like to be able to see the evens I have happening that day/week/month (but stored in a Full Note calendar) when I open my Daily/Weekly/Monthly Note, along with their startTimes (if they exist), endTimes (if they exist), dates for long-period notes, etc.
I imagine something very roughly like
rendering (read-only, although editable would be awesome), for example
❓ Alternatives
📝 Additional Context
I've tried to implement it on my own using dataviewjs but the code required something like 8 or 16 cases for different durations of the events (all day, many days, many day + 1 all day, etc. ) resulting in awful spaghetti code. I hope that maybe it would be working better and be a little easier from the level of the API
Beta Was this translation helpful? Give feedback.
All reactions