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

Surface Reminder Time Stamp #129

Open
HiJohnElliott opened this issue Dec 26, 2024 · 0 comments
Open

Surface Reminder Time Stamp #129

HiJohnElliott opened this issue Dec 26, 2024 · 0 comments

Comments

@HiJohnElliott
Copy link

Goal

  • As a relatively junior programmer.
  • I want to be able to surface the reminder time for todos in the Today view in Things.
  • so that I can connect this data with things like calendaring systems that require a timestamp.

Suggested approach
Ideally, surfacing this data would take place in its own field like the other time stamps as something like 'reminder_time' alongside the other timestamps like 'start_date'. Alternatively, the timestamp could be added to the 'start_date' field in instances where one exists. For example, as of now it shows only the date as '2024-26-24' but could show '2024-26-24 11:00:00' for an 11am reminder time.

Additional context
Near as I can tell, this data is stored in the TMTask table under the reminderTime column of the Things DB. I am having a hard time figuring out the encoding and if this is a "Things date" or something else.

Sincerest apologies in advance if I am missing something and this data is already accessible in a way I have not yet found!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant