2009-05-07 35 views
1

我有定义了多个日历的Exchange帐户。是否可以使用cfexchangeconnection查询辅助日历?如何使用cfexchangeconnection访问辅助日历?

下面是我用来获取主日历的代码,但我没有看到CF8中的任何选项与我的配置文件中的辅助日历“AltCal”对话。

<cfexchangeConnection action="open" username="#theusername#" password="#pw#" server="#exchangeServerIP#" connection="theConnection" protocol="https" > 

    <cfexchangecalendar action="get" name="qEvents" connection="theConnection"> 
     <cfexchangefilter name="maxrows" value="100"> 
     <cfexchangefilter name="StartTime" from="#CreateDate(2009,5,8)#" to="#CreateDate(2009,5,8)#"> 
     <cfexchangefilter name="allDayEvent" value="0"> 
    </cfexchangecalendar> 
<cfexchangeConnection action="close" connection="theConnection"> 

谢谢!

回答

1

我仔细看了一下CFML ReferenceUser Guide,看起来这是不支持的东西。我建议你enter this as a feature request。我会投它!

+0

提交的功能要求。没有收到ID,但如果/当我这样做,我会在这里添加它。 – 2009-05-08 16:04:51

+0

虽然我并不积极,但我认为Adobe只是将多个关于同一主题的提案计为另一个投票。他们应该很快开放一个公共bug跟踪器(并且只能假设包含功能请求)。与此同时,如果您对您提交的内容大致留下评论,我会提交相同内容。 – 2009-05-08 19:46:42