Describe your improvement idea or feature request
Currently, to add tasks from external calendars or event invitations, users must manually type out the details, due dates, and descriptions into Taskwarrior.
This feature request is to add native .ics file parsing into the Flutter app. Users will be able to select an .ics file from their device storage, parse the included VEVENT and VTODO items, preview the tasks, and selectively merge them safely into either the Standard local database or the Task Server Replica.
How would you like to see it implemented?
- Go to the Home screen and click on the '+' FAB to open the Add Task bottom-sheet.
- Click on a newly added 'Import ICS' icon button.
- This triggers a native File Picker allowing the user to select any
.ics file from their Android/iOS device.
- A secondary
IcsImportBottomSheet appears listing all the detected tasks parsed from the file with selectable checkboxes.
- Click 'Import' to merge the selected tasks. The code will safely route the parsed tasks to
Replica.addTaskToReplica if the user is using the Task Server, or use the standard taskParser and mergeTask otherwise.
Put here any screenshots or videos (optional)
No response
How can we contact you (optional)
You can tag me right here on GitHub, or reach me on Zulip (User ID: 1017036).
Would you like to work on this issue?
Yes
By submitting this issue, I have confirmed that:
Describe your improvement idea or feature request
Currently, to add tasks from external calendars or event invitations, users must manually type out the details, due dates, and descriptions into Taskwarrior.
This feature request is to add native
.icsfile parsing into the Flutter app. Users will be able to select an.icsfile from their device storage, parse the includedVEVENTandVTODOitems, preview the tasks, and selectively merge them safely into either the Standard local database or the Task Server Replica.How would you like to see it implemented?
.icsfile from their Android/iOS device.IcsImportBottomSheetappears listing all the detected tasks parsed from the file with selectable checkboxes.Replica.addTaskToReplicaif the user is using the Task Server, or use the standardtaskParserandmergeTaskotherwise.Put here any screenshots or videos (optional)
No response
How can we contact you (optional)
You can tag me right here on GitHub, or reach me on Zulip (User ID: 1017036).
Would you like to work on this issue?
Yes
By submitting this issue, I have confirmed that: