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

Android calendar synchronization #513

Open
9 tasks
CampelloManuel opened this issue Jan 13, 2024 · 0 comments
Open
9 tasks

Android calendar synchronization #513

CampelloManuel opened this issue Jan 13, 2024 · 0 comments
Labels
Considering... We may work on this feature enhancement Not a bug, but an interesting suggestion Help Wanted I can't proceed alone. I need someone's help Provider secondary Trivial or impactful, this feature is NOT a priority

Comments

@CampelloManuel
Copy link
Collaborator

CampelloManuel commented Jan 13, 2024

This issue tracks all progress related to our interface to synchronize with the android calendar:

  • this app has a synchronization infrastructure that supports many backends
  • as of now, only SD card sync is implemented. There used to be Dropbox and Goole tasks backends, but they are deprecated

#120 tracks a discarded attempt at implementing CalDAV sync. However, we need to interface with the android calendar provider, which will save our notes to/from a calendar.

This calendar will be visible to all calendar apps, including:

This accomplishes 2 goals:

  • have a system to exchange data with an android calendar, so that our app can work with other calendar apps
  • allow users of apps like DAVx5 to synchronize our notes to a server by synchronizing the calendar

Warning

As of now we are not working on this feature, since nobody has shown any interest in it.

Resources

Possibile implementation roadmap:

  • install Etar, create an offiline calendar, and fill it with events and reminders
  • install another calendar app and confirm that the events and reminders can be viewed with that app, too
  • implement, in this repository, a client for the android calendar provider. Start by reading the 3 links above
  • choose how to map the domain concepts of our app into the calendar
  • try to read calendar events and save them as notes in our app. For example, can our app read holidays dates from a calendar and show them as notes ?
  • try to send our notes (with due dates) and reminders to the calendar
  • write a sync adapter, similar to the SD sync adapter, that uses an user-chosen calendar as backend
  • test all corner cases
  • release the finished feature
@CampelloManuel CampelloManuel added enhancement Not a bug, but an interesting suggestion Considering... We may work on this feature Provider Help Wanted I can't proceed alone. I need someone's help secondary Trivial or impactful, this feature is NOT a priority labels Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Considering... We may work on this feature enhancement Not a bug, but an interesting suggestion Help Wanted I can't proceed alone. I need someone's help Provider secondary Trivial or impactful, this feature is NOT a priority
Projects
None yet
Development

No branches or pull requests

1 participant