Hi all,
I'm trying to put in place a mechanism of automatic daily space creation -> Something like each day a new space is beeing created named with the current date.
As i'm quite new to this, can anybody help ?
Approach would be to have a class (or use an already existing one) having a function called CreateSpace(name, ….) and schedule this somehow.
Digging into this I learned that there is a scheduler available beeing configured by:
<root>/WEB_INF/classes/alfresco/scheduled-jobs-context.xml (so i would guess an entry here would solve the schedule topic)
Thanks