Date and time fields related to activities cannot be updated while trying to update an activity from NodeJS

I am updating an activity from NodeJS by using below method

await lib.ActivitiesController.updateEditAnActivity({
    id: body.activityId,
    done: body.done
});

But it is saying you cannot update date and time fields on the activities.

any help would be appreciated. Thanks

Hi,
Thanks for bringing this to our attention. Can you share further details as requested in this wiki?

Feel free to create a new topic if you still face challenges.