blob: f34d32936c2dbe24f1795b2f1d575aab8886aa40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" id="calendar-layout-appointment-display">
<info>
<link type="guide" xref="calendar-layout" />
<revision pkgversion="3.0.2" version="0.4" date="2012-02-18" status="final"/>
<credit type="author">
<name its:translate="no">Andre Klapper</name>
<email its:translate="no">ak-47@gmx.net</email>
</credit>
<credit type="author">
<name its:translate="no">Novell, Inc</name>
<!-- Content partially from
http://library.gnome.org/users/evolution/2.32/config-prefs-cal.html.en#bshpsxa
-->
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Define the displaying of appointments in the calendar.</desc>
</info>
<title>Appearance of Appointments</title>
<!-- TODO:POST-3-8: Just listing the partially busted UI options (also see
calendar-layout-general-formatting) here is very poor and not
task-oriented, but that's it for the time being. Better ideas welcome.
-->
<!-- TODO: Recheck once https://bugzilla.gnome.org/show_bug.cgi?id=657233 is
fixed, as the current UI is a huge mess. -->
<p>The following calendar-related options are available under
<guiseq><gui>Edit</gui><gui>Preferences</gui>
<gui>Calendar and Tasks</gui><gui>Display</gui></guiseq>.</p>
<section id="general">
<title>General</title>
<list>
<item>
<p>Time Divisions:</p>
<p>Sets the time increments shown as fine lines on the daily view in the
calendar.</p>
</item>
<item>
<p>Show appointment end times in week and month views:</p>
<p>If there is space, <app>Evolution</app> shows the end times in the
week and month views for each appointment.</p>
</item>
<item>
<p>Compress weekends in month view:</p>
<p>Select this option to display weekends in one box instead of two in
the month view.</p>
</item>
<item>
<p>Show week numbers:</p>
<p>Shows the week numbers next to the respective weeks in the
calendar.</p>
</item>
<item>
<p>Show recurring events in italic in bottom left calendar.</p>
</item>
<item>
<p>Scroll Month View by a week</p>
</item>
</list>
</section>
<section id="date-time">
<title>Date/Time Format</title>
<p>You can change the format of the <gui>Date</gui> column by setting your
preferred format.</p>
<p>The placeholders in the format expression are strftime formats. For a
complete list of available strftime formats, run <cmd>date --help</cmd> in
the <app>Terminal</app> application.</p>
</section>
</page>
|