github-icalendar icon indicating copy to clipboard operation
github-icalendar copied to clipboard

Render Github issues as iCalendar feed

Results 9 github-icalendar issues
Sort by recently updated
recently updated
newest added

To help fix issue #11 and works towards what was proposed on issue #6

I am getting an error "ModuleNotFoundError: No module named 'github' " on executing the command "./github_icalendar/main.py github-ics.cfg".

Github provides a label mechanism: https://help.github.com/articles/creating-and-editing-labels-for-issues-and-pull-requests/ These could be used in various ways: - to filter the list of issues that should appear in a feed - to prioritize the...

There is another pull repository in which I have done fix for #3 and #5 it is in another branch specially for this two https://github.com/ninjatrench/github-icalendar/tree/ninjatrench-patch-3+5 I am requesting pull request...

If people are making their iCalendar feed available without authentication, they may not want to expose issues from their private repositories. Provide a config option to exclude private repositories.

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

Some objects should be cached to reduce the number of hits on the Github API e.g. if we start looking up user records in order to put the issue reporter...

The issues don't contain the reporter email addresses, just the Github login IDs. These are being used to construct the contact ID in the VTODO but this is not ideal....

Github provides a way to preview new versions of their API This could be enabled with a setting in the configuration file It depends on the api_preview parameter in PyGithub:...