nwcell / ics.js

A browser firendly VCS file generator written entirely in javascript!!!!!!
MIT License
620 stars 258 forks source link

Hours #31

Closed ctoicqtao closed 7 years ago

ctoicqtao commented 8 years ago

if (start_minutes + start_seconds + end_minutes + end_seconds != 0) { start_time = 'T' + start_hours + start_minutes + start_seconds; end_time = 'T' + end_hours + end_minutes + end_seconds; }

i think it should plus start_hours and end_hours , when i set "2016-5-30 11:00" , the output is '20160530'

thanks

nwcell commented 7 years ago

This should be fixed