Skip to content

Python based iCal viewer for iCal events, primarily for displaying iCal events in mutt

License

Notifications You must be signed in to change notification settings

sebastianw/icalview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

icalview

Python based iCal viewer for iCal events, primarily for displaying iCal events in mutt

To use this in mutt put it somewhere in your path and configure it accordingly:

~/.mailcap:

text/calendar; icalview.py; copiousoutput

~/.muttrc:

auto_view text/calendar

# Add it to your alternative_order if you already have one
alternative_order text/calendar text/plain text/html

Required packages

To use this you need a few python packages, namely:

  • icalendar (python-icalendar)
  • dateutil (python-dateutil)

About

Python based iCal viewer for iCal events, primarily for displaying iCal events in mutt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages