GoogleCal Update
I've updated my GoogleCal project. I finally have a (slightly) better understanding of Google's API (which I still say is way more complex than it needs to be!) and it lead to a much slimmer CFC and a simpler API. For folks who are using this now, you must read the docs first as the API to the CFC has been changed. I've also added support for deleting events. Editing events shouldn't be too hard so I'll try to get that in soon.
Comments
# Posted By Raymond Camden
| 8/6/08 8:51 AM
# Posted By Phillip Senn
| 8/6/08 9:15 AM
# Posted By Raymond Camden
| 8/6/08 9:29 AM
# Posted By Joe Castillo
| 8/6/08 10:43 AM
# Posted By GeneR
| 8/6/08 10:48 AM
# Posted By Raymond Camden
| 8/6/08 10:54 AM
Unfortunately, i'm stuck in a Linux training and don't have immediate access to a CF server. I guess it can wait til i'm back in my hotel tonight.
# Posted By Gene Rice
| 8/6/08 10:57 AM
# Posted By KC
| 11/18/08 9:07 AM
# Posted By Raymond Camden
| 11/18/08 9:29 AM
Could not find the ColdFusion Component base.
Please check that the given name is correct and that the component exists.
The error occurred in C:\Apache2\htdocs\dev2\admin\testa.cfm: line 7
5 :
6 : <cfif not structKeyExists(application, "gCal") or structKeyExists(url, "reinit")>
7 : <cfset application.gCal = createObject("component", "GoogleCalendar").init("username","password",-5)>
8 : </cfif>
9 :
Any ideas? Thanks!
# Posted By Steve F
| 1/9/09 4:34 PM
# Posted By Raymond Camden
| 1/9/09 4:48 PM
# Posted By Steve F
| 1/9/09 4:58 PM

ColdFusion: what a programming language!