blob: b5d085fa3b29c6982af088bd8dce03233b95d157 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Anbindung Google Kalender</title>
<author>Yves Fischer</author>
<date>24.02.2011</date>
</properties>
<body>
<section name="Anbindung Google Kalender">
<p>
Öffnen Sie ihren
<a href="http://www.google.com/calendar">Google Kalender</a>
und wählen Sie links unter
"Weitere Kalender" den Button
"Hinzufügen".
</p>
<p>
Im folgenden Menü wählen
Sie "Über URL hinzufügen" und
geben die URL
Ihrer Schnittstelle,
etwa
<a href="http://meinhost:8080/dhbwcalendar/ics">http://meinhost:8080/dhbwcalendar/ics</a>
.
</p>
<p>Beachten Sie, dass die URL ihrer Schnittstelle für Google
erreichbar sein muss.</p>
<img src="images/dhbwcalendar-google1.jpg" alt="Hinzufügen" />
<br />
<img src="images/dhbwcalendar-google2.jpg" alt="Ergebnis" />
</section>
<section name="Android">
<img src="images/android.png" alt="Android" />
</section>
</body>
</document>
|