This page last changed on Mar 30, 2011 by wikibot.

CALENDAR_WRITE()

Synopsis

Write an event to a calendar

Description

Example: CALENDAR_WRITE(calendar,field1,field2,field3)=val1,val2,val3

The field and value arguments can easily be set/passed using the HASHKEYS() and HASH() functions

Syntax

CALENDAR_WRITE(calendar,field[,...])
Arguments
  • calendar - The calendar to write to
  • field
    • summary - A summary of the event
    • description - The full event description
    • organizer - The event organizer
    • location - The event location
    • categories - The categories of the event
    • priority - The priority of the event
    • uid - The unique identifier for the event
    • start - The start time of the event (in seconds since epoch)
    • end - The end time of the event (in seconds since epoch)
    • busystate - The busy status of the event 0=FREE, 1=TENTATIVE, 2=BUSY

See Also

Function_CALENDAR_BUSY
Function_CALENDAR_EVENT
Function_CALENDAR_QUERY
Function_CALENDAR_QUERY_RESULT

Import Version

This documentation was imported from Asterisk version SVN-branch-1.8-r311874.

Document generated by Confluence on Oct 04, 2011 12:42