-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Hi all,
currently working on our automation. Since we are using a django-like framework for our first-level support, a method to get/set the resource related settings from python would be nice. I mean:
zarafa-admin | grep 'mr-'
--mr-accept (resource) auto-accept meeting requests. yes/no
--mr-decline-conflict (resource) decline meeting requests for conflicting times. yes/no
--mr-decline-recurring (resource) decline meeting requests for all recurring items. yes/noI a not in the code. But something like a class ResourceConfig would be cool:
class ResourceConfig:
@property
def mr_accept():
@property
def mr_decline_conflicts():
@property
def mr_decline_recurring():Depending on the effort, a read-only field alone would be very helpful.
Just a proposal, if you searching for new stuff to implement. :)
Best Regards
Sören