CALENDAR_WRITE()¶
Synopsis¶
Write an event to a calendar
Description¶
same => n,Set(CALENDAR_WRITE(calendar,field1,field2,field3)=val1,val2,val3)
-
CALENDAR_SUCCESS
- The status of the write operation to the calendar-
1
- The event was successfully written to the calendar. -
0
- The event was not written to the calendar due to network issues, permissions, etc.
-
Syntax¶
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¶
- Dialplan Functions CALENDAR_BUSY
- Dialplan Functions CALENDAR_EVENT
- Dialplan Functions CALENDAR_QUERY
- Dialplan Functions CALENDAR_QUERY_RESULT
Generated Version¶
This documentation was generated from Asterisk branch 22 using version GIT