Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 1231

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Using External Resources
The information provided by the
about meeting. It only includes the following meeting-related information:
• The event UID
• The type of message type: a meeting request, response, or cancellation
• If the message is a response to a meeting request, an indication whether the meeting was accepted, declined, or
tentatively accepted
Also, a meeting request does not appear in your calendar (so you cannot get detailed information about it using the
tag) until you accept it.
cfexchangecalendar
To get detailed information about a meeting message, use the
After getting the information, you can take the necessary action, such as using an
action to accept or decline a meeting request.
response
Get meeting message details and respond to meeting requests
Get the mail messages that contain the meeting notifications by using a
1
attribute value of
and a
get
• A
attribute with a value
name
• A
attribute with a value of
value
value of
gets all meeting notifications.
Meeting
You can use additional
cfexchangefilter
When the
cfexchangemail
tag
cfexchangemail
name
2
For each meeting, get the information about the meeting by using a
attributes:
• An
attribute value of
action
• A
attribute value with the value from the
meetingUID
tag
cfexchangemail
• (Optional) A
mailuid
attribute to identify a specific message if the Inbox contains multiple messages about a single meeting.
3
Use the information returned in step 2 in application-specific logic to determine the required messages and actions.
For example, you could display all meeting requests in a form that lets a user submit a response to each message.
4
To respond to a meeting request, use the
following the attributes:
• Set the
attribute to the Meeting UID you received in step 2. Do not use the Message UID.
uid
• Specify a
responseType
• (Optional) Specify a
notify
receives a meeting response message.
• If the owner receives a notification, you can also specify a
in the response.
The following example shows how you can use this process. It displays all meeting invitations in the Inbox and lets the
user respond to each request and send a message with the response:
tag with the
cfexchangemail
child tag with the following attributes:
cfexchangefilter
MessageType
,
Meeting
Meeting_Request
tags to further limit the messages you get.
tag completes processing, the
attribute contains the UIDs of the meetings.
getMeetingInfo.
attribute.
name
attribute with the UID of the message that contained the meeting notification. Use this
cfexchangecalendar
value of
,
accept
decline
value of
(the default value) or
true
Last updated 1/20/2012
action does not provide detailed information
get
tag with the
cfexchangemail
cfexchangecalendar
cfexchangemail
,
Meeting_Response
column of the structure specified by the
MeetingUID
cfexchangemail
column of the structure specified by the
MeetingUID
tag with an
action
, or
.
tentative
to control whether the event owner
false
attribute with a text message that is included
message
action.
getMeetingInfo
tag with the
tag with an
action
, or
. A
Meeting_Cancel
tag with the following
value of
and set the
respond
1226

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents