* [ANN] icsorg - node script to import events into org
@ 2021-08-07 3:33 Tim Cross
2021-08-07 8:56 ` Eric S Fraga
0 siblings, 1 reply; 3+ messages in thread
From: Tim Cross @ 2021-08-07 3:33 UTC (permalink / raw)
To: emacs-orgmode
Hi All,
I've written a simple node script which imports events from an .ics file
into org, allowing them to show up in your agenda. This is based on
ideas discussed in
https://orgmode.org/worg/org-tutorials/org-google-sync.html. It is
effectively a Javascript version of the ics2org Awk script, but with the
additional capability of being able to automatically download the .ics
file from Google.
Prerequisites for the script are a fairly recent node version (at least
v12) and NPM. The script has only been tested on Linux, but hsould work
fine on macOS. Windows is an unknown quantity.
The homepage is https://github.com/theophilusx/icsorg
You can install the script by running
npm i -g icsorg
You can then run
icsorg -h
to see some usage information. Check the package README or the homepage
for more details.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-08 8:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-07 3:33 [ANN] icsorg - node script to import events into org Tim Cross
2021-08-07 8:56 ` Eric S Fraga
2021-08-08 8:21 ` Tim Cross
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).