Created
July 9, 2025 13:43
-
-
Save dikamilo/777cb11f09394a744f91adfc4fa5c6e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instruction: | |
description: > | |
I want to schedule tasks in Todoist app based on given schedule. Create CSV file to import. | |
startDate: 14 July 2025 | |
requirements: | | |
- Use natural language to describe dates that Todoist can undestand | |
- Do not specify time for tasks, just dates | |
- Do not duplicate tasks, use reccuring dates like every day, starting aug 3, ending aug 3 etc. | |
columns: | |
- TYPE: must be set to "task" | |
- CONTENT: task name | |
- DESCRIPTION: task description | |
- DATE: task scheduled date or deadline | |
- DATE_LANG: date iso code | |
schedule: | |
- : | |
name: Gymproluxe - Start Strong 1 | |
description: https://www.youtube.com/watch?v=ZO0yr71wsGU | |
weeks: 1-4 | |
day: Tuesday | |
- : | |
name: Gymproluxe - Start Strong 2 | |
description: https://www.youtube.com/watch?v=j8X-KYS_zyQ | |
weeks: 1-4 | |
day: Thursday | |
- : | |
name: Gymproluxe - Start Strong 3 | |
description: https://www.youtube.com/watch?v=8R218Gj5yz0 | |
weeks: 1-4 | |
day: Saturday | |
- : | |
name: Gymproluxe - Start Strong 4 | |
description: https://www.youtube.com/watch?v=-fd3DN1jfYg | |
weeks: 5-8 | |
day: Tuesday | |
- : | |
name: Gymproluxe - Start Strong 5 | |
description: https://www.youtube.com/watch?v=ISAPCgFveLQ | |
weeks: 5-8 | |
day: Thursday | |
- : | |
name: Gymproluxe - Start Strong 6 | |
description: https://www.youtube.com/watch?v=PpizwXFdNlU | |
weeks: 5-8 | |
day: Saturday | |
- : | |
name: Gymproluxe - Start Strong 7 | |
description: https://www.youtube.com/watch?v=HgAPyd7mjZI | |
weeks: 9-12 | |
day: Tuesday | |
- : | |
name: Gymproluxe - Start Strong 8 | |
description: https://www.youtube.com/watch?v=pU3fjOapJTA | |
weeks: 9-12 | |
day: Thursday | |
- : | |
name: Gymproluxe - Start Strong 9 | |
description: https://www.youtube.com/watch?v=2PB-ajDKFfM | |
weeks: 9-12 | |
day: Saturday |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment