Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created date,done date, etc are not synced #21

Open
1 of 5 tasks
zx900930 opened this issue Nov 28, 2024 · 0 comments
Open
1 of 5 tasks

created date,done date, etc are not synced #21

zx900930 opened this issue Nov 28, 2024 · 0 comments

Comments

@zx900930
Copy link

zx900930 commented Nov 28, 2024

I have a single markdown file that contains tasks using Tasks Emoji Format for Dates

  • #task Has a created date ➕ 2023-04-13
  • #task Has a scheduled date ⏳ 2023-04-14
  • #task Has a start date 🛫 2023-04-15
  • #task Has a due date 📅 2023-04-16
  • #task Has a done date ✅ 2023-04-17
  • [-] #task Has a cancelled date ❌ 2023-04-18

When I sync the tasks to vikunja, it only sync the due date.
the start/created/done dates are not synced.

example task in obsidian
- [x] #task example task 🛫 2024-11-21 ⏳ 2024-11-21 ✅ 2024-11-21

imported data in vikunja database(mariadb):

INSERT INTO vikunja.tasks (title,description,done,done_at,due_date,project_id,repeat_after,repeat_mode,priority,start_date,end_date,hex_color,percent_done,`index`,uid,cover_image_attachment_id,created,updated,created_by_id) VALUES
	 ('example task 🛫 2024-11-21 ⏳ 2024-11-21','',1,NULL,NULL,2,0,0,0,NULL,NULL,'',0.0,94,'756b6a4b-1aef-482e-9012-2167f2ae1520',0,'2024-11-28 08:10:10.000','2024-11-28 09:25:48.000',1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant