Currently, generated .ics files default to UTC, which can lead to incorrect event times when imported into calendars configured for different timezones. This issue proposes adding a user-selectable timezone option.
Proposed Solution:
- Implement a timezone prompt or dropdown for users to specify their desired timezone.
- Use the selected timezone to correctly set the
TZID property within the .ics file.