author | Dominic Pinkman <dominic.pinkman@nokia.com> |
Fri, 13 Aug 2010 16:47:46 +0100 | |
changeset 14 | 578be2adaf3e |
parent 5 | f345bda72bc4 |
permissions | -rw-r--r-- |
14
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
2 |
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
3 |
<!-- This component and the accompanying materials are made available under the terms of the License |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
4 |
"Eclipse Public License v1.0" which accompanies this distribution, |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
5 |
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
6 |
<!-- Initial Contributors: |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
7 |
Nokia Corporation - initial contribution. |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
8 |
Contributors: |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
9 |
--> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
10 |
<!DOCTYPE concept |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
11 |
PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
12 |
<concept xml:lang="en" id="GUID-6D29FF23-B034-5FE9-90C3-A62CD54D67D3"><title>TRANSP Property</title><prolog><metadata><keywords/></metadata></prolog><conbody> <p>The Time Transparency property is used to determine whether an attendee will appear in an event for a busy time search. It is represented by TRANSP. </p> <p>Although Transparency is supported in both vCalendar and iCalendar, the values that they take are in different formats. Examples of Transparency properties are given below for both formats: </p> <table id="GUID-61F469DC-1359-50C6-BF7A-26F9F37ECA4F"><tgroup cols="1"><colspec colname="col0"/><thead><row><entry>iCalendar</entry> </row> </thead> <tbody><row><entry><p>TRANSP:OPAQUE </p> </entry> </row> <row><entry><p>TRANSP:TRANSPARENT </p> </entry> </row> </tbody> </tgroup> </table> <p> </p> <table id="GUID-163B001D-2E8B-5C67-830A-B83E1CF378AE"><tgroup cols="1"><colspec colname="col0"/><thead><row><entry>vCalendar</entry> </row> </thead> <tbody><row><entry><p>TRANSP:0 </p> </entry> </row> <row><entry><p>TRANSP:1 </p> </entry> </row> <row><entry><p>TRANSP:2 </p> </entry> </row> </tbody> </tgroup> </table> <p>The TRANSP property is set to OPAQUE or '0' by default. In the vCalendar specification, the TRANSP property can be any positive integer value. 0 blocks time, 1 is transparent and doesn’t block time. Any higher value has an implementation-specific meaning. In the iCalendar specification (RFC 2445), the TRANSP property can be either OPAQUE (blocks time) or TRANSPARENT (does not block time). </p> <p> <xref href="GUID-725D11A2-8805-3466-98DB-EF5CDEAF2801.dita"><apiname>CCalEntry::SetTimeTransparencyL(CCalEntry::TTransp |
1
25a17d01db0c
Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608
Dominic Pinkman <Dominic.Pinkman@Nokia.com>
parents:
diff
changeset
|
13 |
aBusyStatus)</apiname></xref> sets the busy status for this entry to the given value. A <xref href="GUID-725D11A2-8805-3466-98DB-EF5CDEAF2801.dita"><apiname>KErrArgument</apiname></xref> occurs if <xref href="GUID-725D11A2-8805-3466-98DB-EF5CDEAF2801.dita"><apiname>aBusyStatus</apiname></xref> is a value less than 0. </p> <p>Any values greater than '1' in vCalendar will provide implementation-specific transparency semantics. Some implementations may treat values greater than one as non-blocking or transparent events. Other implementations may use the numeric value to provide extra layering of levels of transparency. </p> </conbody></concept> |