0.1.0 Alpha13
Pre-release
Pre-release
fix: extraction of events (#37) We did unnecessary slice the data object before mapping. The higher parent array has its first element used for classifing the rest of the data like 'vevent'. But we dont need it here. Simply removing slice(1) restored the behavior and all events are showing as expected. 🚀