Raymond Camden's Blog Rss

GoogleCal Updated

4

Posted in ColdFusion | Posted on 09-26-2006 | 3,898 views

I updated GoogleCal, my Google Calendar CFC. This update fixes a bug and adds a new feature - the ability to filter the getEvents method to events in the future.

Comments

[Add Comment] [Subscribe to Comments]

May want to add reminders to the getEntries return struct??

Here's how I did it:


<cfset s.reminder = "">
<cfif structKeyExists(entry, "gd:when") and structKeyExists(entry["gd:when"], "gd:reminder") and structKeyExists(entry["gd:when"]["gd:reminder"].xmlAttributes,"minutes")>
<cfset s.reminder = entry["gd:when"]["gd:reminder"].xmlAttributes.minutes>
</cfif>
Most excellent. I'm updating the zip right now. Thank you!
The zip is now updated. App is at 1.2.
Anyone looking for this it is now at RIAForge.

http://googlecal.riaforge.org/