Just the call to the model that gets the actual calendar data. Below it's just got two hard-wired date strings (roughly the equivalent of Aug 2012) to show it works. Normally I'd pass "start" and "end" values except they're empty which is what brought all of this about.....
On Sat, Sep 1, 2012 at 6:08 PM, Dan Wilson <[email protected]> wrote: > What is this? > > <!--- get our date range's activity ---> <cfset localvar.json_qryResults = > beans.calModel.getCalActivityJSON( memberSID = localvar.memberSID, > activityCalStart = 1343851691, activityCalEnd = 1346530126 ) /> <cfset > arguments.event.setValue(" json_qryResults", localvar.json_qryResults) /> > -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
