Asterisk-13-Function_CALENDAR_EVENT_29394923.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Asterisk Project : Asterisk 13 Function_CALENDAR_EVENT</title>
  5. <link rel="stylesheet" href="styles/site.css" type="text/css" />
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. </head>
  8. <body class="theme-default aui-theme-default">
  9. <div id="page">
  10. <div id="main" class="aui-page-panel">
  11. <div id="main-header">
  12. <div id="breadcrumb-section">
  13. <ol id="breadcrumbs">
  14. <li class="first">
  15. <span><a href="index.html">Asterisk Project</a></span>
  16. </li>
  17. <li>
  18. <span><a href="Asterisk-13-Command-Reference_29394274.html">Asterisk 13 Command Reference</a></span>
  19. </li>
  20. <li>
  21. <span><a href="Asterisk-13-Dialplan-Functions_29394287.html">Asterisk 13 Dialplan Functions</a></span>
  22. </li>
  23. </ol>
  24. </div>
  25. <h1 id="title-heading" class="pagetitle">
  26. <span id="title-text">
  27. Asterisk Project : Asterisk 13 Function_CALENDAR_EVENT
  28. </span>
  29. </h1>
  30. </div>
  31. <div id="content" class="view">
  32. <div class="page-metadata">
  33. Created by <span class='author'> wikibot</span> on Aug 08, 2014
  34. </div>
  35. <div id="main-content" class="wiki-content group">
  36. <h1 id="Asterisk13Function_CALENDAR_EVENT-CALENDAR_EVENT()">CALENDAR_EVENT()</h1>
  37. <h3 id="Asterisk13Function_CALENDAR_EVENT-Synopsis">Synopsis</h3>
  38. <p>Get calendar event notification data from a notification call.</p>
  39. <h3 id="Asterisk13Function_CALENDAR_EVENT-Description">Description</h3>
  40. <p>Whenever a calendar event notification call is made, the event data may be accessed with this function.</p>
  41. <h3 id="Asterisk13Function_CALENDAR_EVENT-Syntax">Syntax</h3>
  42. <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
  43. <pre>CALENDAR_EVENT(field)</pre>
  44. </div></div>
  45. <h5 id="Asterisk13Function_CALENDAR_EVENT-Arguments">Arguments</h5>
  46. <ul>
  47. <li><code>field</code>
  48. <ul>
  49. <li><code>summary</code> - The VEVENT SUMMARY property or Exchange event 'subject'</li>
  50. <li><code>description</code> - The text description of the event</li>
  51. <li><code>organizer</code> - The organizer of the event</li>
  52. <li><code>location</code> - The location of the eventt</li>
  53. <li><code>categories</code> - The categories of the event</li>
  54. <li><code>priority</code> - The priority of the event</li>
  55. <li><code>calendar</code> - The name of the calendar associated with the event</li>
  56. <li><code>uid</code> - The unique identifier for this event</li>
  57. <li><code>start</code> - The start time of the event</li>
  58. <li><code>end</code> - The end time of the event</li>
  59. <li><code>busystate</code> - The busy state of the event 0=FREE, 1=TENTATIVE, 2=BUSY</li>
  60. </ul>
  61. </li>
  62. </ul>
  63. <h3 id="Asterisk13Function_CALENDAR_EVENT-SeeAlso">See Also</h3>
  64. <ul>
  65. <li><a href="Asterisk-13-Function_CALENDAR_BUSY_29394922.html">Asterisk 13 Function_CALENDAR_BUSY</a></li>
  66. <li><a href="Asterisk-13-Function_CALENDAR_QUERY_29394924.html">Asterisk 13 Function_CALENDAR_QUERY</a></li>
  67. <li><a href="Asterisk-13-Function_CALENDAR_QUERY_RESULT_29394925.html">Asterisk 13 Function_CALENDAR_QUERY_RESULT</a></li>
  68. <li><a href="Asterisk-13-Function_CALENDAR_WRITE_29394926.html">Asterisk 13 Function_CALENDAR_WRITE</a></li>
  69. </ul>
  70. <h3 id="Asterisk13Function_CALENDAR_EVENT-ImportVersion">Import Version</h3>
  71. <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
  72. </div>
  73. </div> </div>
  74. <div id="footer">
  75. <section class="footer-body">
  76. <p>Document generated by Confluence on Aug 11, 2014 13:46</p>
  77. </section>
  78. </div>
  79. </div> </body>
  80. </html>