Skip to content

Conversation

@max65482
Copy link
Contributor

@max65482 max65482 commented Dec 7, 2025

This adds the possibility to duplicate tasks:
task_duplication

Fixes #264 and fixes #3004

const newTask = new Task(vData, calendar)

// Assign a new UID and created timestamp
newTask.uid = randomUUID()

Check failure

Code scanning / CodeQL

Insecure randomness

This uses a cryptographically insecure random number generated at [Math.random()](1) in a security context.
@max65482
Copy link
Contributor Author

@raimund-schluessler Could you review?

@max65482 max65482 force-pushed the feat/task-duplication branch from db26b4f to c7daf28 Compare January 24, 2026 09:10
Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
@max65482 max65482 force-pushed the feat/task-duplication branch from c7daf28 to 776a0eb Compare January 24, 2026 09:12
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

Successfully merging this pull request may close these issues.

Duplicate a Task [Feature Request] Task cloning

1 participant