Skip to content

Converts a given ICS file to a PDF for the weekly AV meeting

Notifications You must be signed in to change notification settings

IGBIllinois/ics2doc

Repository files navigation

ics2mail

This short Python script reads an ICS file and creates a PDF agenda for the weekly AV meeting. Fully configurable by changing values in config.py

Requirements

  • Python 3.x
    • icalevents
  • pango

Installation

Setup the virtualenv (pango needs to be installed before this step):

virtualenv -p python3 .env && source .env/bin/activate && pip install -r requirements.txt

Or, if you're brave, just run install the requirements into your base python install:

pip install -r requirements.txt

Copy config.py.dist to config.py and enter the ics url into config.py.

Usage

source .env/bin/activate && python ics2doc.py

About

Converts a given ICS file to a PDF for the weekly AV meeting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published