diff options
Diffstat (limited to 'calendar/idl/evolution-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 5feb0082ec..20fd822d93 100644 --- a/calendar/idl/evolution-calendar.idl +++ b/calendar/idl/evolution-calendar.idl @@ -158,6 +158,9 @@ module Calendar { string getAlarmEmailAddress () raises (NotFound); + /* Returns the LDAP attribute to get attendees from */ + string getLdapAttribute (); + /* For going online/offline */ void setMode (in CalMode mode); |