# HG changeset patch # User Paul Boddie # Date 1454171079 -3600 # Node ID 6e8f43c29e71ef2d990c6a2eaf358c92ffff8237 # Parent beb6887d8035537b4b50a1d3bb688e8ce3293f5f Added the domain-related scheduling function to the documentation. diff -r beb6887d8035 -r 6e8f43c29e71 docs/preferences.txt --- a/docs/preferences.txt Fri Jan 29 22:54:06 2016 +0100 +++ b/docs/preferences.txt Sat Jan 30 17:24:39 2016 +0100 @@ -209,6 +209,9 @@ The imiptools.handlers.scheduling module contains the built-in scheduling functions which include the following: + same_domain_only accept an invitation only if the organiser employs an + address in the same domain as the resource + schedule_in_freebusy accept an invitation if the event periods are free according to the free/busy records for the resource; decline otherwise diff -r beb6887d8035 -r 6e8f43c29e71 docs/wiki/Preferences --- a/docs/wiki/Preferences Fri Jan 29 22:54:06 2016 +0100 +++ b/docs/wiki/Preferences Sat Jan 30 17:24:39 2016 +0100 @@ -237,6 +237,9 @@ functions which include the following: {{{#!table +`same_domain_only` || accept an invitation only if the organiser employs an + .. address in the same domain as the resource +== `schedule_in_freebusy` || accept an invitation if the event periods are free .. according to the free/busy records for the resource; .. decline otherwise