dpocock / github-icalendar

Render Github issues as iCalendar feed
http://danielpocock.com/github-issues-as-an-icalendar-feed
GNU General Public License v3.0
21 stars 6 forks source link

show proper user email addresses #3

Open dpocock opened 9 years ago

dpocock commented 9 years ago

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.

It is possible to get the proper email addresses by doing a second API query for each issue. These should be cached, see issue #1

ninjatrench commented 9 years ago

patch done on local repository, made a pull request as well. There was an unresolved reference to variable 't' on line number 71 and 100 which is also solved.

selection_002