Huhu Silke.
Step 1: man erstelle eine Text Datei
Format:
31.10.2003;Geb. Name1
16.11.2003;Geb. Name2
22.11.2003;Geb. Name3
27.11.2003;Geb. Name4
03.12.2003;Geb. Name5
Step 2: man erstelle eine Format datei (geb.col)
dort sollte drinnestehen
; Importieren der Geburtstagsliste
StartDate: TYPE DATETIME UNTIL ";";
Subject: UNTIL "";
FORMULASTART
FIELD $BusyPriority := "1";
FIELD $ExpandGroups := "3";
FIELD $NoPurge := @TextToTime(@Text(StartDate) + " 23:59:01");
FIELD $PublicAccess := "1";
FIELD AppointmentType := "1";
FIELD CalendarDateTime := @TextToTime(@Text(StartDate) + " 00:00:01");
FIELD StartDateTime := @TextToTime(@Text(StartDate) + " 00:00:01");
FIELD EndDateTime := @TextToTime(@Text(StartDate) + " 00:00:02");
FIELD Duration := 1;
FIELD ExcludeFromView := "D";
FIELD ORGDONTDOUBLEBOOK := "";
FIELD ORGTABLE := "A0";
FIELD OrgConfidential := "0";
FIELD ReminderTime := @TextToTime(@Text(StartDate) + " 07:15:00");
FIELD BookFreeTime := "1";
FIELD SendTo := "";
FIELD CopyTo := "";
FIELD Broadcast := "";
FIELD _ViewIcon := 63
FORMULAEND
Step 3 import der Geburstage:
Notes - Datei - Import - Typ Tabular - Listeauswählen
Step 4
Als Maske " Kalender " auswählen
Step 5
Auswahlfeld " Formatdatei nutzen " antickern , die Format datei auswählen (.COL)
Button Öffnen
Step 6 ( SUPER WICHTIG!)
Ok Klicken!
Hoffe dir geholfen zu haben!
Arne