<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dne 30.4.2012 11:09, Bharat Lalcheta napsal(a):
    <blockquote
cite="mid:CAKA0YxA7DL5Gai+PEgWWspJ5owcd7xehqoLp1ZNs29gG3XqscQ@mail.gmail.com"
      type="cite">
      <p>Hiii all,</p>
      <p>I am using asterisk 1.8.9.2 and compile all modules related to
        calendar.</p>
      <p>neon version is 0.29.6. OS is ubuntu 11.10.</p>
      <p>I configured ical for zimbra, caldav for google mail and ews
        for exchange 2010 calendar.</p>
      <p>ical and caldav setup working fine and i am getting my calendar
        events perfectly. But for exchange 2010 calendar i am getting
        following error.</p>
      <p>"Unable to communicate with Exchange Web Service at '<a
          moz-do-not-send="true"
          href="https://ex1.domain.com/EWS/Exchange.asmx">https://ex1.domain.com/EWS/Exchange.asmx</a>':
        Could not authenticate to server: ignored NTLM challenge, GSSAPI
        authentication error: Unspecified GSS failure.  Minor code may
        provide more information: Credentials cache file '/tmp/krb5cc_0'
        not found"</p>
      <p>my calendar.conf is as follows</p>
      <p>[calendar3]<br>
        type = ews               ; type of calendar--currently
        supported: ical, caldav, exchange, or ews<br>
        url = <a moz-do-not-send="true"
          href="https://ex1.domain.com/EWS/Exchange.asmx">https://ex1.domain.com/EWS/Exchange.asmx</a>
        ; URL to MS Exchange EWS<br>
        user = <a moz-do-not-send="true"
          href="mailto:myname@domain.com">myname@domain.com</a>             
        ; Exchange username<br>
        secret = xxxxxx       ; Exchange password<br>
        refresh = 10             ; refresh calendar every n minutes<br>
        timeframe = 20 </p>
    </blockquote>
    <br>
    try<br>
    user = <a moz-do-not-send="true" href="mailto:myname@domain.com">domain.com/myname</a>
                 ; Exchange username<br>
  </body>
</html>