Skip to content

Converts LOGBOOK entries in an Emacs org file to iCalendar format

License

Notifications You must be signed in to change notification settings

Veggente/org2cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org2cal

Converts LOGBOOK entries in an Emacs org file to iCalendar format

This module reads LOGBOOK entries in an Emacs org file and adds them to the macOS Calendar app. The LOGBOOK entries record clocked times and can be generated using org-pomodoro.

One needs to set up ~/org2calrc first. An example is as follows.

[DEFAULT]
source = /Users/veggente/inbox.org
output = /Users/veggente/Downloads/cal.ics

Running org2cal -s 2022-4-2 -e 2022-4-2 converts an org entry like

* Check consistency proof
  :LOGBOOK:
  CLOCK: [2022-04-02 Sat 11:02]--[2022-04-02 Sat 11:27] =>  0:25
  CLOCK: [2022-04-02 Sat 10:37]--[2022-04-02 Sat 11:02] =>  0:25
  :END:

into Calendar events like

calendar-screenshot

About

Converts LOGBOOK entries in an Emacs org file to iCalendar format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages