nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
2.88k stars 127 forks source link

Caldav support #54

Open ranjithshegde opened 3 years ago

ranjithshegde commented 3 years ago

Does this feature exist in Emacs orgmode? Yes

If answer to first question is "Yes", please provide the link to the orgmode manual or any documentation related to the feature

https://github.com/dengste/org-caldav

Additional context This is probably a massive ask. I dont know much about caldav other than that I managed to get it to work with calcurse and my owncloud. It would be wonderful to have the org agenda be in sync with caldav protocol as per the above emacs plugin

kristijanhusak commented 3 years ago

Since this is a plugin for emacs orgmode, and not a part of the emacs orgmode core, same thing applies here. This can go only as a separate plugin. It would never be part of the core. I'm fully open to add a plugins infrastructure that will allow anyone to create plugins like this. If you have any suggestions what would be helpful to be exposed from orgmode.nvim, feel free to post it on the issue above.

RyanGibb commented 3 days ago

This plugin seems relevant https://github.com/BartSte/nvim-khalorg

ChausseBenjamin commented 1 day ago

@ranjithshegde I know this is quite old, but here's an idea for a fix/hack: If you have a public-facing server (ex: you host your own website) to which you can sync your org files (syncthing, dropbox, rsync with some cronjobs even...). You could have a minimal install of emacs on that website and schedule it (write a cron job) to generate an ical file from your org files. Afterwards, all you gotta do save that file so that it's accessible through your web server. Note: This will make that calendar publicly available which may or may not be exactly what you want ;)