Asterisk-13-Function_CALENDAR_WRITE_29394926.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Asterisk Project : Asterisk 13 Function_CALENDAR_WRITE</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_WRITE
  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_WRITE-CALENDAR_WRITE()">CALENDAR_WRITE()</h1>
  37. <h3 id="Asterisk13Function_CALENDAR_WRITE-Synopsis">Synopsis</h3>
  38. <p>Write an event to a calendar</p>
  39. <h3 id="Asterisk13Function_CALENDAR_WRITE-Description">Description</h3>
  40. <p>Example: CALENDAR_WRITE(calendar,field1,field2,field3)=val1,val2,val3</p>
  41. <p>The field and value arguments can easily be set/passed using the HASHKEYS() and HASH() functions</p>
  42. <ul>
  43. <li><code>CALENDAR_SUCCESS</code> - The status of the write operation to the calendar
  44. <ul>
  45. <li>1 - The event was successfully written to the calendar.</li>
  46. <li>0 - The event was not written to the calendar due to network issues, permissions, etc.</li>
  47. </ul>
  48. </li>
  49. </ul>
  50. <h3 id="Asterisk13Function_CALENDAR_WRITE-Syntax">Syntax</h3>
  51. <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
  52. <pre>CALENDAR_WRITE(calendar,field[,...])</pre>
  53. </div></div>
  54. <h5 id="Asterisk13Function_CALENDAR_WRITE-Arguments">Arguments</h5>
  55. <ul>
  56. <li><code>calendar</code> - The calendar to write to</li>
  57. <li><code>field</code>
  58. <ul>
  59. <li><code>summary</code> - A summary of the event</li>
  60. <li><code>description</code> - The full event description</li>
  61. <li><code>organizer</code> - The event organizer</li>
  62. <li><code>location</code> - The event location</li>
  63. <li><code>categories</code> - The categories of the event</li>
  64. <li><code>priority</code> - The priority of the event</li>
  65. <li><code>uid</code> - The unique identifier for the event</li>
  66. <li><code>start</code> - The start time of the event (in seconds since epoch)</li>
  67. <li><code>end</code> - The end time of the event (in seconds since epoch)</li>
  68. <li><code>busystate</code> - The busy status of the event 0=FREE, 1=TENTATIVE, 2=BUSY</li>
  69. </ul>
  70. </li>
  71. </ul>
  72. <h3 id="Asterisk13Function_CALENDAR_WRITE-SeeAlso">See Also</h3>
  73. <ul>
  74. <li><a href="Asterisk-13-Function_CALENDAR_BUSY_29394922.html">Asterisk 13 Function_CALENDAR_BUSY</a></li>
  75. <li><a href="Asterisk-13-Function_CALENDAR_EVENT_29394923.html">Asterisk 13 Function_CALENDAR_EVENT</a></li>
  76. <li><a href="Asterisk-13-Function_CALENDAR_QUERY_29394924.html">Asterisk 13 Function_CALENDAR_QUERY</a></li>
  77. <li><a href="Asterisk-13-Function_CALENDAR_QUERY_RESULT_29394925.html">Asterisk 13 Function_CALENDAR_QUERY_RESULT</a></li>
  78. </ul>
  79. <h3 id="Asterisk13Function_CALENDAR_WRITE-ImportVersion">Import Version</h3>
  80. <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
  81. </div>
  82. </div> </div>
  83. <div id="footer">
  84. <section class="footer-body">
  85. <p>Document generated by Confluence on Aug 11, 2014 13:46</p>
  86. </section>
  87. </div>
  88. </div> </body>
  89. </html>