This package is currently unsupported (in some way), but I'll try to make up some documentation. If something is wrong, please let me know. If everything will be all right, then I'll copy it to the README.
#Description This field uses (and stores in db) as a RRule. Basically, if you want to start using it, go with RRule.fromString(string) (where string is the output from this field) and then use it as described here.
From version 0.2 on this component relies on TAPi18n at the project level
(they call it enabled mode) for internationalization of its UI. Please refer to TAPi18 for details on how to use it properly.
#Usage In your schema:
new SimpleSchema({
// ...
schedule: {
type: String,
autoform: {
type: 'scheduler'
}
}
// ...
});
Or directly in your template:
{{!-- ... --}}
{{> afQuickField name="schedule" type="universe-scheduler"}}
{{!-- ... --}}
Few screenshots (not all available options):
#1
#2
#3