-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sync with Online Accounts #24
Comments
I am currently waiting for elementary OS google support on the new online accounts page, and then I will get my hands dirty with this. If however eOS takes too long with this, I'll just have to implement it all by myself... That is, on the second big, official release release of my app. |
Hi @aggalex, great work on this app! @danrabbit has been working on a core elementary OS app called Friends, which he just made public: |
@peteruithoven I've seen the app's code, but it doesn't seem to use online accounts. Do you know where in the code he does that? |
Is it through the "Folks" library? |
(I currently connected Friends to my Nextcloud instance through Evolution.) |
got it. I will try to work on it. |
This change kindoff completely turns the tables, so it will take sometime. |
Hey, I (kinda) got the reading working, can someone help me with editing? I don't really seem to manage to change any information inside a Folks individual |
Due to:
Libfolks integration is postponed indefinitely, unless someone else can help on the matter meaningfully. |
With the code currently on the with-folks branch, I am planning to implement an import feature, so that the user can also import contacts from the evolution data server (and subsequently, Google contacts) into the app, just like importing a vcard file. |
Hi, I already have my all contacts in my google account, it will be nice if we could import contacts from google and sync already created contact to google. It's a functionality takes some time to implement and will be places in different places on the UI. Thats it's envolve some knowledge in libsoup with authentication, and GAPI (google api). I don't know very well how does authentication work with libsoup, but I can give a look and if I leaves victorious I could submit a PR for review!
The text was updated successfully, but these errors were encountered: