Skip to content

Request: Manage resource settings via API #24

@soerenbe

Description

@soerenbe

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/no

I 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions