-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Thomas,

On Thu, Oct 13, 2005 at 12:55:38PM +0200, Thomas Börnert wrote:
>habe den Kalender als Paket installiert, aber wenn ich mir das
>XML-File ansehen, fehlt da die Erweiterung für die Datenbank.

Wie hast du den Kalender denn installiert? Wenn du das über ein 
.opm-Paket gemacht hast, z.B. über den Paketmanager, wird die Tabelle 
automatisch angelegt.

>Wie sieht die Tabelle dafür aus ?

Du benötigst 2 Tabellen, beide in der OTRS DB:

mysql> describe calendar_event;
+--------------+--------------+------+-----+---------+----------------+
| Field        | Type         | Null | Key | Default | Extra          |
+--------------+--------------+------+-----+---------+----------------+
| id           | bigint(20)   | NO   | PRI | NULL    | auto_increment |
| title        | varchar(250) | NO   |     |         |                |
| content      | text         | YES  |     | NULL    |                |
| start_time   | datetime     | NO   |     |         |                |
| end_time     | datetime     | NO   |     |         |                |
| owner_id     | int(11)      | NO   |     |         |                |
| event_status | varchar(50)  | NO   |     |         |                |
+--------------+--------------+------+-----+---------+----------------+
7 rows in set (0.01 sec)

mysql> describe calendar_event_involved;
+----------+------------+------+-----+---------+-------+
| Field    | Type       | Null | Key | Default | Extra |
+----------+------------+------+-----+---------+-------+
| event_id | bigint(20) | NO   |     |         |       |
| user_id  | int(11)    | NO   |     |         |       |
+----------+------------+------+-----+---------+-------+
2 rows in set (0.00 sec)

mysql>

>Gruß Thomas

Ciao,
Christian

- -- 
((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing
  Fon: +49 (0) 9421 1862 760 :: Fax: +49 (0) 9421 1862 769
    http://www.otrs.com/ :: Communication with success!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDViRCTFWOq90iSiERAqt0AKC8dftejqBXwRSp2j59u9c7E6ZvTQCdH+F2
Z/ybNZVGRASh3+WAr81lyEs=
=E8Uc
-----END PGP SIGNATURE-----
_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an