diff options
Diffstat (limited to 'calendar/idl')
-rw-r--r-- | calendar/idl/evolution-calendar.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl index e5a6e92c27..78fe0ba07a 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -137,6 +137,9 @@ module Calendar { /* A calendar is identified by its URI */ readonly attribute string uri; + /* Check write permissions for calendar */ + boolean isReadOnly (); + /* Return the email address associated with this calendar, if any. */ string getEmailAddress () |