SimpleMobileTools / Simple-Calendar

A simple calendar with events, tasks, customizable colors, widgets and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
3.5k stars 1.14k forks source link

Overwritten auto export #2236

Closed DavidHenryThoreau closed 5 months ago

DavidHenryThoreau commented 9 months ago

Auto export is a nice feature but I want all my backup named : events.ics but if that file already exists I can't save it. In order to use my backup script with : adb pull events.ics

tibbi commented 9 months ago

why doesnt it work? The file is not changed at all?

DavidHenryThoreau commented 9 months ago

If I'm deleting events there's no new export.

DavidHenryThoreau commented 9 months ago

If I want to manual export events if events.ics already exist in folder I'm getting A file or a folder with that name already exists

Like https://github.com/SimpleMobileTools/Simple-Notes (it can remove if exists)