ICS event importer based on https://gist.github.com/meskarune/63600e64df56a607efa211b9a87fb443 Uses package icalendar:
pip install icalendar
(https://icalendar.readthedocs.io)
To try, clone gist and
python main.py
ICS event importer based on https://gist.github.com/meskarune/63600e64df56a607efa211b9a87fb443 Uses package icalendar:
pip install icalendar
(https://icalendar.readthedocs.io)
To try, clone gist and
python main.py
I hereby claim:
To claim this, I am signing this object:
The MIT License (MIT) | |
Copyright (c) 2015 Jonas Einarsson | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
Visualization of paths as flows through layers of nodes. The figure is discussed in detail in a blog post.
A little more worked example of the re-usable chart is in a neighbouring gist.