Moin zusammen, es hat mit dem Löschen des Kalenderprofiles funktioniert.Vielen Dank für die HilfeLösungsweg:Ich habe folgendes Script als Agent vom betroffenen User ausführen lassen:Dim session As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument Set db=session.CurrentDatabase Set doc=db.GetProfileDocument("CalendarProfile") Call doc.remove(True) If doc Is Nothing Then MsgBox "Profile Document Was Successfully Removed" Else MsgBox "Profile Document WAS NOT Removed",48 End if Danach konnte die Einstellungen unter "Mehr/Vorgaben" wieder aufgerufen und entsprechend konfiguriert werden.