apoclyps / my-dev-space

Contributions Welcome: A developer community for everyone with an interest in Technology & Meetups
https://muxer.co.uk
MIT License
21 stars 17 forks source link

Fix python scripts to correctly calculate durations #391

Closed apoclyps closed 5 years ago

apoclyps commented 6 years ago

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

gunjan01 commented 6 years ago

@apoclyps Can I please take this up for hactoberfest'18 ?

apoclyps commented 6 years ago

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).

gunjan01 commented 6 years ago

@apoclyps Thank you Kyle. I received your invite and accepted it =)

apoclyps commented 6 years ago

@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 :)

apoclyps commented 6 years ago

@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 :)

stale[bot] commented 6 years ago

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.