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

Comments of timetree events are not exported #43

Open
conipoi opened this issue Aug 20, 2024 · 4 comments
Open

Comments of timetree events are not exported #43

conipoi opened this issue Aug 20, 2024 · 4 comments

Comments

@conipoi
Copy link

conipoi commented Aug 20, 2024

When I exported my timetree data I noticed that comments that I had added to my events were not exported. That was unfortunate for me because for I while I used comments and notes synonymously. When looking at the event structure that we export from the timetree webpage, I however also don't see where the comments are stored. They're not part of the event object.
image

Maybe this is a known issue? If so, it should be mentioned so that people are aware of it when exporting their data.

If it's not a known issue, do you have an idea how to get the comment data? @eoleedi

@conipoi
Copy link
Author

conipoi commented Aug 20, 2024

As far as I see, the activities can only be fetched on an event basis and are not fetched at the sync step when logging in (as this data is not needed on a global level, but only when opening an event)

@eoleedi
Copy link
Owner

eoleedi commented Aug 21, 2024

@conipoi I thought that comments are stored in the "note".
I've tested that those notes can be exported.
359568598-b13caca9-8008-4d6d-931e-af6ccfa1f7ab

@conipoi
Copy link
Author

conipoi commented Aug 21, 2024

@eoleedi there is a difference in Timetree between "notes" and "comments", see this video where I show both:

Bildschirmaufnahme.2024-08-21.um.12.25.11.mov

@eoleedi
Copy link
Owner

eoleedi commented Aug 22, 2024

@conipoi Oh... I see.
That's indeed an unknown issue.
The comments are fetched per event basis (when clicking an event), and therefore not included in the "sync" data package.

Perhaps we would need to fetch the data one by one using the event IDs.
Using "https://timetreeapp.com/api/v1/calendar/{calendatID}/event/{eventID}/activities?since=0" endpoint

However, automation of the whole data-fetching process is needed.

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

2 participants