Skip to content

Commit

Permalink
extends docs, bumps version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrey committed Sep 17, 2021
1 parent 4f47aad commit cf00d04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
console application =khal= and syncing with remote CalDAV calendars using
=vdirsyncer=.

[[file:screenshot_agenda.png]]

=khalel= allows to access calendars stored in =.ics= files and provides means of
listing existing events, edit them as well as to create new ones largely through
an org-mode interface.
Expand All @@ -19,13 +21,14 @@ On the other hand, it is all text files, so hack away! :)
* Why =khal= and =khalel=
=khal= is a simple and fast way to read, create and edit calendar entries. It
does, however, have a limited feature set. If you need to deal with many shared
calendars and want to edit events with invited participants, this might not be
the right tool. If you have a simple CalDAV calendar for your own needs /or/
just want to see calendar events pop up in the org-mode agenda in Emacs, then
read ahead. Also check out =khal='s [[https://khal.readthedocs.io/en/latest/index.html#features][features and limitations in its online
documentation]] and the additional list of limitations below.

Adjusting the output of =khal=, one can quite easily get something that already resembles an
calendar invites and want to edit events with complicated repeat patterns, this
might not be the right tool. If you have a "simple" CalDAV calendar for your own
needs /or/ just want to see upcoming calendar events pop up in the org-mode
agenda in Emacs, then read ahead. Also check out =khal='s [[https://khal.readthedocs.io/en/latest/index.html#features][features and
limitations in its online documentation]] and the additional list of limitations
below.

Adjusting the output of =khal= slightly, one can quite easily get something that already resembles an
org-mode file (link to the online documentation: [[https://khal.readthedocs.io/en/latest/usage.html][khal usuage]]):

#+begin_src bash :results output
Expand Down
2 changes: 1 addition & 1 deletion khalel.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Hanno Perrey <[email protected]>
;; Created: september 10, 2021
;; Modified: september 10, 2021
;; Version: 0.1.0
;; Version: 0.1.1
;; Keywords: event, calendar, ics, khal
;; Homepage: https://gitlab.com/hperrey/khalel
;; Package-Requires: ((emacs 27.1) (cl-lib "0.5") (org 9.5))
Expand Down
Binary file added screenshot_agenda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf00d04

Please sign in to comment.