Skip to content

opinsky/meteor-rrule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

more info on: https://github.com/jakubroztocil/rrule

usage:

js: Template.demotemplate..helpers({ demorule: function() {

rule = new RRule({
  freq: RRule.WEEKLY,
  count: 6,
  byweekday: [RRule.TU, RRule.TH]
});


return rule.all();

} });

About

recurrence calculator packaging for meteor

Resources

Stars

Watchers

Forks

Packages

No packages published