-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
.icsfile from their Android/iOS device. - A secondary
IcsImportBottomSheetappears 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.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:
- I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request