Skip to content

Instantly share code, notes, and snippets.

@jegade
Created November 17, 2017 21:51
Show Gist options
  • Save jegade/164ce7a9766a638823e4e6b4a57bdb3a to your computer and use it in GitHub Desktop.
Save jegade/164ce7a9766a638823e4e6b4a57bdb3a to your computer and use it in GitHub Desktop.
<rrule-editor>
<input type="date" name="begin">
<input type="hidden" name="rrule" value="RRULE:FREQ=DAILY;COUNT=10">
<select name="reccurend">
<option value="no">No</option>
<option value="daily">Daily</option>
<option value="weekly">Weekly</option>
<option value="monthly">Monthly</option>
<option value="yearly">Yearly</option>
<option value="custom">Custom</option>
</select>
<span>Daily for 10 occurrences</span>
</rrule-editor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment