TimeTree-Exporter
TimeTree-Exporter copied to clipboard
ICS file shows no data
I was able to get the export from my network console in safari and the json file format looks good.
{"since":1705559804544,"chunk":true,"events":[{"id":"c5604788574c45c091ec4256d37591e0","primary_id":"2532863870416139591","calendar_id":27045069,"uuid":"c5604788574c45c091ec4256d37591e0","category":1,"type":0,"author_id":13540154,"author_type":"User","title":"David","all_day":false,"start_at":1727474400000,"start_timezone":"America/Los_Angeles","end_at":1727478000000,"end_timezone":"America/Los_Angeles","label_id":1,"location":"","location_lat":null,"location_lon":null,"url":null,"note":null,"lunar":false,"attendees":[13540154],"recurrences":[],"recurring_uuid":null,"alerts":[60],"parent_id":null,"link_object_id":null,"link_object_id_string":null,"row_order":null,"attachment":{"virtual_user_attendees":[]},"like_count":0,"files":[],"deactivated_at":null,"pinned_at":null,"updated_at":1727108902532,"created_at":1727108902521}
Executing the command to list the input shows the following result:
timetree-exporter -v /Users/xxxxxxxx/Documents/TimeTree/response/cal.json 2024-09-23 13:20:02 [INFO] Parsing /Users/xxxxxxxx/Documents/TimeTree/response/cal.json 2024-09-23 13:20:02 [DEBUG] Skipping memo event uid: 8e32ceb9393740bd8fe89b3dab22b121 summary: 'Lukas Graham' time: 2019-01-31 18:00:00 ~ 2019-01-31 19:00:00
2024-09-23 13:20:02 [DEBUG] Skipping birthday event uid: ba5f73dd09c047d9bab88791c1328271 summary: '' time: 1991-07-13 00:00:00 ~ 1991-07-13 00:00:00
2024-09-23 13:20:02 [INFO] A Total of 252/254 events added to the calendar 2024-09-23 13:20:02 [INFO] The .ics calendar file is saved to /Users/xxxxxxxxx/Library/Python/3.9/bin/timetree.ics
Importing the calendar shows one event in 2021 and one repeating Saturdays of the rest.
Unsure how to get it to work properly.