Adobe COLDFUSION 9 Manual page 1233

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Using External Resources
Accept
<cfinput type="radio" name="response#j#" value="decline">Decline
<cfinput type="radio" name="response#j#" value="tentative">Tentative
<br />
<cftextarea name="respMessage#j#" label="Message (optional)"
width="300" height="200" />
<cfinput type="hidden" name="UID#j#"
value="#meetingData[j].MeetingUID#">
<hr />
</cfloop>
<cfinput type="hidden" name="responses"
value="#ArrayLen(meetingData)#">
<cfinput type="Submit" name="submit" value="Submit">
</cfform>
</cfif>
<cfexchangeconnection
action="close"
connection="conn1">
For an example that gets information about all declined meeting messages in the Inbox and all its subfolders, see the
example in
"Getting and using folder
Specifying Calendar recurrence
To create an event that recurs multiple times, you specify the following fields in the
• Set the
field to
IsRecurring
• Specify a
RecurrenceType
• (Optional) Specify one of the following mutually exclusive fields:
.
RecurrenceNoEndDate
Note: If you omit all three of these fields, the event is created with no end date, and if you specify a count or end date,
the
RecurrenceNoEndDate
are changing an existing event with a recurrence count or end date to one with no end date.
• Specify the recurrence details in additional fields that depend on the recurrence type.
To change an event recurrence, including to change whether the event recurs, you specify only the fields whose values
change. To stop an event from recurring, set the
to recurring, set the
IsRecurring
The following sections describe how to specify each type of recurrence. For detailed descriptions of the fields that you
use, see cfexchangecalendar in the CFML Reference.
Note: If you specify a recurrence rule that conflicts with the start date that you specify, the first occurrence of the event is
on first day following the start date that conforms to the rule, not on the start date. For example, if you schedule an event
for the second Tuesday of the month, and specify a start date of June 2, 2007, the first occurrence of the event is on June
12, 2007.
Specifying daily recurrence
To set a recurrence that is based on days, you do one of the following:
• Define a
RecurrenceFrequency
third day, for example, specify
names" on page 1214.
.
true
field value of
,
,
DAILY
WEELY
value is automatically false; therefore, Specify a
IsRecurring
field to
and set all the necessary recurrence fields.
true
field to specify the frequency of the event, in days. To schedule a meeting for every
RecurrenceFrequency="3"
Last updated 8/5/2010
event
, or
.
MONTHLY
YEARLY
RecurrenceCount
RecurrenceNoEndDate
field to
. To convert an event from nonrecurring
false
.
attribute structure:
,
, or
RecurrenceEndDate
field only if you
1228

Advertisement

Table of Contents
loading

Table of Contents