diff options
Diffstat (limited to 'src/site/xdoc/user-google.xml')
-rw-r--r-- | src/site/xdoc/user-google.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/site/xdoc/user-google.xml b/src/site/xdoc/user-google.xml new file mode 100644 index 0000000..983f3e1 --- /dev/null +++ b/src/site/xdoc/user-google.xml @@ -0,0 +1,35 @@ +<?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> + <img src="images/dhbwcalendar-google1.jpg" alt="Hinzufügen" /> + <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> + <img src="images/dhbwcalendar-google2.jpg" alt="Ergebnis" /> + <p>Bitte beachten Sie, dass die URL ihrer Schnittstelle für Google + erreichbar sein muss.</p> + </section> + </body> +</document> + |