jappeace / rentals

self hosted airbnb-like rental unit management
GNU Affero General Public License v3.0
1 stars 0 forks source link

Fixes ics file export #23

Closed ptkato closed 9 months ago

ptkato commented 9 months ago

There was a little oversight and the calendar wasn't being exported properly, this pr fixes that. In short, the Map inside addVEventToVCalendar was using a fixed key, so only one VEvent was being added, regardless of how many were there.