Skip to content

Generates an ical calendar from given gitlab repository including every milestone and every issue, which does have a due date.

License

Notifications You must be signed in to change notification settings

Drake81/issue2ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue2ical

Generates an ical calendar from given gitlab repository including every milestone and every issue, which does have a due date.

Setup

  • Clone repository
  • Change into repository
  • Create virtualenv for python 3.4, activate it and install packages
virtualenv -p /usr/bin/python3.4 venv
source venv/bin/activate
pip install -r requirements.txt
  • Copy config file and fit to your needs
cp settings.example.py settings.py

Run script

source venv/bin/activate
python issue2ical.py

About

Generates an ical calendar from given gitlab repository including every milestone and every issue, which does have a due date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages