Discussions
Feature Request: Ability to set/edit create_date (or a custom date/time field) for Notes via API
Hi Daylite team,
I noticed that create_date and modify_date on the Note object are currently read-only via the API. This means it's not possible to set or adjust the date and time of a note through the API, this can only be done manually within the Daylite app itself.
For my workflow, I create notes programmatically (e.g. importing meeting summaries or transcripts after the fact), and it would be very helpful to be able to set the note's date and time to match the actual event rather than the moment the API call was made.
Would it be possible to add support for either:
Making create_date writable (including both date and time) on creation, or
Adding a separate custom date/time field (e.g. note_date) that can be set and edited via the API
This would make it much easier to keep historical records accurate when notes are created retroactively through integrations.
Thanks for considering this!