You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked existing issues and there are no existing ones with the same request.
Feature description
I looked through "Calendar" search and didn't find it. I am busy atm but I intend on adding Google Calendar integration. So I can send items from my GTD capture list straight into my google calendar. I will also look into iCloud, perhaps generating a .ics to load in. I think this would be an amazing tool so i can stay locked in my terminal and nvim and not switch all the time. Any guidance is appreciated and I will be researching and attempting this soon. I think it will be a big step forward.
Help
Yes
Implementation help
I'm looking for integrations with other cli tools like gcalcli and modules like keybinds, core.ui.calendar and tempus. Thanks Let's rock this!
The text was updated successfully, but these errors were encountered:
I'm wondering what you're considering for the syntax?
I wouldn't want all of my tasks to become calendar events for example, maybe only ones that are specifically tagged?
Here's an example of what I'd imagine a calendar task could look like:
a task that's marked to be added to my gcal, and have a reminder 1 day before its due date of the 1st of January, 2025
#gcal remind 1 day
** ( |< 1st Jan 2025) do something
Also, differentiating between an event (like a doctors appointment) that has a specific time, and a task (like "file my taxes") that has a due date would be cool. Norg makes that distinction with:
- ( ) this is a regular undone task
- ( |< Dec 31 2024) this is a task due before the end of the year
- ( |@ Dec 31 2024) This is an event on the last day of the year
Last thing I'd like to point out is that the TS parser currently doesn't even work for basic due dates. Only "timestamps" (or "events" in gcal world)
Hopefully this will be fixed soon. But development on the new parser is blocked behind some spec work, which is on hold b/c of the holiday, and Vhyrro working on another project for a bit.
As a result. You might consider using mlua + the rust parser the way that https://github.com/benlubas/neorg-query is doing. There are a few crates that wrap the gcal api. https://github.com/Shadorain/gcal_rs is the newest. They're all very small. Maybe other languages would be better supported, but the rust parser is currently the most accurate to spec parser we have (that said, it's still not perfect, and it cant' give ranges like the TS parser can).
Issues
Feature description
I looked through "Calendar" search and didn't find it. I am busy atm but I intend on adding Google Calendar integration. So I can send items from my GTD capture list straight into my google calendar. I will also look into iCloud, perhaps generating a .ics to load in. I think this would be an amazing tool so i can stay locked in my terminal and nvim and not switch all the time. Any guidance is appreciated and I will be researching and attempting this soon. I think it will be a big step forward.
Help
Yes
Implementation help
I'm looking for integrations with other cli tools like gcalcli and modules like keybinds, core.ui.calendar and tempus. Thanks Let's rock this!
The text was updated successfully, but these errors were encountered: