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.
-
Sponsors
-
Subscribe
Enter your email address to subscribe to this blog. -
-
Categories
- Adobe (99)
- Adoption (8)
- AIR (67)
- AJAX (329)
- ASP (4)
- BlogCFC (137)
- Books (21)
- Canvas Wiki (21)
- CFEclipse (24)
- cfObjective (1)
- CFUNITED (9)
- ColdFusion (2358)
- Development (209)
- Flash (18)
- Flex (138)
- Framework One (1)
- Fusebox (5)
- Galleon Forums (50)
- Groovy (1)
- Hardware (11)
- Harlan Ad Server (7)
- Java (10)
- JavaScript (32)
- jQuery (81)
- Lighthouse Pro CF Bugtracker (41)
- Lost (39)
- MAX (94)
- Misc (524)
- Model-Glue (92)
- Movies (22)
- Music (10)
- ORM (1)
- Politics (18)
- QuickPoll CFC (2)
- Soundings Survey (24)
- SpoolMail CF Mail Reader (8)
- Starfish CF Profiler (4)
- Television (24)
- Transfer (15)
- Video Games (51)
Comment 1 written by Phillip Senn on 6 August 2008, at 8:47 AM
ColdFusion: what a programming language!
Comment 2 written by Raymond Camden on 6 August 2008, at 8:51 AM
Comment 3 written by Phillip Senn on 6 August 2008, at 9:15 AM
Comment 4 written by Raymond Camden on 6 August 2008, at 9:29 AM
Comment 5 written by Joe Castillo on 6 August 2008, at 10:43 AM
Comment 6 written by GeneR on 6 August 2008, at 10:48 AM
Comment 7 written by Raymond Camden on 6 August 2008, at 10:54 AM
Comment 8 written by Gene Rice on 6 August 2008, at 10:57 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.
Comment 9 written by KC on 18 November 2008, at 9:07 AM
Comment 10 written by Raymond Camden on 18 November 2008, at 9:29 AM
Comment 11 written by Steve F on 9 January 2009, at 4:34 PM
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!
Comment 12 written by Raymond Camden on 9 January 2009, at 4:48 PM
Comment 13 written by Steve F on 9 January 2009, at 4:58 PM
[Add Comment] [Subscribe to Comments]