On 9/16/2014 6:04 AM, Tracy Pearson wrote:
Jeff Johnson wrote on 2014-09-16:
I'm feeling the pressure now! I promised that a long time ago! There
are still issues with it. I have had it in production for over a year.
Google does a whole lot of moving things around. Every once in a while
when you go to send entries to the calendar it times out because of
re-directs. I use delete & insert to update an event and often you
can't find the entry to delete because they "temporarily" moved it.
A while back there were new Python libraries that supposedly fixed
that. They made things a little better but there are still issues.
I suppose the best thing is to put it out there for you and maybe you
guys can help. There is a way to "follow" the links to find your
entries but I have not had the time to get into it.
My technique is to create a text file with parameters in it, run my
Python exe, and parse a successful response or read a failure message -
both text files. Creating and parsing the responses is done in FoxPro
and everything else is done in the Python exe.
I am totally swamped right now, but I have (and have had) the posting of
this code on my to do list!
On 9/15/2014 8:14 PM, Sytze de Boer wrote:
Has anyone here cracked the VFP to/from Gmail calendar integration?
I thought Jeff was making progress?
Jeff,
Are you using the API v3? From what I'm reading versions 1 and 2 are
deprecated and it appears they will be turned off in November of this year.
For a few years, I've had VFP code working on v1 using XML. Version 3 uses
json. We decided to use the .NET library available for the calendar. I am
just at the end of the tunnel doing some last minute additions. The
authorization process makes it easy for a customer to authorize access to
the wrong google account. If someone is already logged into a Google
account, the authorization page comes straight up. The only way to know
which account you are connecting to is by looking up in the right corner to
see which email is there. This makes it easy for an employee to attempt to
connect the process to a company Google account, and actually connect it to
their personal one.
Tracy Pearson
PowerChurch Software
Tracy: I am using the latest Python libraries but I see that the API
will be deprecated in November. I am going to redo my application with
version 3 and then post it. A quick glance at the newer version looks
cleaner.
--
Jeff
Jeff Johnson
[email protected]
SanDC, Inc.
(623) 582-0323
SMS (602) 717-5476
Fax 623-869-0675
Visit our forum at www.san-dc.com/forum
Register and join in the discussion
www.san-dc.com
www.cremationtracker.com
www.agentrelationshipmanager.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.