2009-05-07 21 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