github-icalendar
github-icalendar copied to clipboard
Put a category into each VTODO
iCalendar supports category strings.
We could just use a constant such as 'Github' as the category for all issues
We could also use each repository name as a category name
The changes should be made to main.py, right ?
Patch created for this. user need to add addcategory: True or Title or addcategory: SomethingElse in config file, if its just kept as true, then repo title will be category, if something else, then that string will go as Category. Kindly have a look at pull request.
Thank you