I updated both my GoogleCal and GoogleContacts projects tonight. GoogleCal was updated to use the new base CFC code GoogleContacts uses. I also added basic support for some of the API methods for getting events that Google supports. Both projects now support hosted Google accounts as well.
I'm considering maybe merging these two projects into one uber project, like I did for my cfYahoo package. Any opinions?
Comment 1 written by Scott P on 17 September 2008, at 10:09 PM
Comment 2 written by James Edmunds on 18 September 2008, at 9:03 AM
Comment 3 written by Bret on 7 July 2009, at 11:56 AM
i did run into a problem, though, that i wanted to post about in case it will help someone else. i noticed that there is a difference in default charsets between CF7 and CF8. this was causing me to get a weird prolog error on CF7 servers (tested on two to confirm), because it was coming back empty. i tested a bit of urlencoding and a snippet from ben nadel's site (he ran into a similar prolog error), and still was getting an error. then i finally realized i needed to specifiy the charset="utf-8" on the cfhttp because the server versions were different. once i did this, everything worked on both CF7 and CF8. seems so small, but took me a few hours to figure out. oh well, i am now on my way to ninja cf status for having spent time to figure it out.
thanks again.