23 lines
775 B
Plaintext
23 lines
775 B
Plaintext
#ifdef EXC
|
|
/* $Revision$
|
|
* $Id$
|
|
*/
|
|
|
|
_FAC_MODULE('EXC', 'lcl_module_EXC')
|
|
|
|
DEF_IMPORT2('WEB_PRSSYS', 'EXCHANGE', 'Import van reserveringen vanuit Exchange online', 'Import of reservations from Exchange online', 'UTF-8', ' .\csv', 'exch_*.csv')
|
|
DEF_IMPORT2('WEB_PRSSYS', 'EXCHFULL', 'Import van alle reserveringen vanuit Exchange online', 'Import of all reservations from Exchange online', 'UTF-8', ' .\csv', 'full_*.csv')
|
|
|
|
INSERT INTO fac_api (fac_api_name,
|
|
fac_api_filepath,
|
|
fac_api_loglevel,
|
|
fac_api_viewmapping_json)
|
|
VALUES ('MSGRAPHNOTIFICATION',
|
|
'appl/api/api_msgraphnotification.asp',
|
|
0,
|
|
NULL);
|
|
|
|
REGISTERONCE('$Id$')
|
|
|
|
#endif // EXC
|