From 8c9d4936528b560f1c46da307236887a62083b4a Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Tue, 24 May 2005 22:16:49 +0000 Subject: [PATCH] adding note about .name property only working after the calendar is registered --- calendar/base/public/calICalendar.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar/base/public/calICalendar.idl b/calendar/base/public/calICalendar.idl index bfae91834322..1bde379ec1b6 100644 --- a/calendar/base/public/calICalendar.idl +++ b/calendar/base/public/calICalendar.idl @@ -58,6 +58,7 @@ interface calICalendar : nsISupports { /** * Name of the calendar + * Notes: Can only be set after the calendar is registered with the calendar manager. */ attribute AUTF8String name;