-
Notifications
You must be signed in to change notification settings - Fork 17
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
Calendar syncing #25
Comments
I've had a closer look and it looks like there is no "major restructuring" apart from moving everything into a src folder after porting it to cmake. I've attempted to copy the changes from the calendar-test branch to master, the result of which is here Since two new dependencies were added, I've had to add cmake files for that here Both of these are very much cargo-cult attempts at getting it to work, derived from existing code, because I don't know c++ or cmake. It compiles, but I was unable to tell if it works when you install it on a smartwatch, because my AsteroidOSSync branch doesn't seem to be able to connect, and there are no log messages. I don't know if I correctly built an ipk file, I was unable to find out how to do this. If anyone can point me at the relevant documentation, that would be a great help! |
Possibly related: AsteroidOS/asteroid#221 |
Hi! I'd love to get started on this, but I am interested on exactly how the importing happens on the watch. I want to get this ability added into Gadgetbridge since I'm working on updating the current implementation there (It's been 9 months since I pushed the initial and I haven't touched it since). |
Importing a calendar on the watch uses |
There is a calendar branch in this repository, what kind of state is it in? I don't know enough c++ to tell what parts are incomplete, but it definitely looks like it's behind on a major restructuring of the codebase.
What would it take to update the current calendar branch and finish it? I am ready to test my additions to AsteroidOSSync (AsteroidOSSync#89) but of course, that's kinda hard when my watch doesn't support it.
The text was updated successfully, but these errors were encountered: