Philip James
Philip James
This could be another mailchimp integration thing, or contactotter could have it's own open pixel. @oboechick, do you think this should be in the log line for sending the email?
I basically want to accept as many upload formats as possible, to make it real easy for people to get their stuff into the app. > On Jan 24, 2016,...
When importing from CSV, should be able to add a tag to all imported contacts
So I want to be able to import CSV from Google and Outlook, and I think I want this to happen browser-side. http://papaparse.com/ seems to be a good way to...
I think this will mean sending around a vcard file for a particular contact. It sounds like you want the ability to do that from the web interface? Also, is...
http://django-allauth.readthedocs.org/en/latest/providers.html#google
https://developers.google.com/identity/protocols/googlescopes
https://developers.google.com/google-apps/carddav/?hl=en_US
So, digging into this, here are my findings so far: - the gdata library that I could use to access the contacts API doesn't support python 3 - pyCardDav, the...
Lol, I'm actually referencing a line from the movie "The Martian". What I think I'll really need to do is: - Write my own oauth integration - Write my own...