Closed apoclyps closed 5 years ago
@apoclyps Can I please take this up for hactoberfest'18 ?
Hi @gunjan01
Thanks you for the interest in this issue; You're more than welcome to pick it up. I've sent you an invitation to push branches to this repository and will assign the issue to you (when you accept).
@apoclyps Thank you Kyle. I received your invite and accepted it =)
@gunjan01 let me know if there is anything I can do to help with this issue. Especially if you are having any issues getting set up locally :)
@gunjan01 I've unassigned the issue to the reopen it to the public; if you're still interested in working on it let me know and I'll reassign it :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug The
duration
event key is currently hardcoded; this should be calculated using the start and end times for an event.Expected behavior The
duration
should be the number of seconds between the start and end datetimes for the event. In the absence of an end time, a default of -1 should be used.Additional context Example hard coded value https://github.com/apoclyps/my-dev-space/blob/master/scripts/src/eventbrite_events.py#L24