jijo-paulose / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Recurring events #152

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description of the new feature:
A feature to add a recurring event. Like once a week, once a month or daily.

Use Case:

Assumptions:
1.
2.
3.

Exceptions:
1.
2.
3.

Code / psuedo-code:
calendar.addAppointment(appointment, Appointment.DAILY)
calendar.addAppointment(appointment, Appointment.WEEKLY)
calendar.addAppointment(appointment, Appointment.MONTLY)
calendar.addAppointment(appointment, Appointment.YEARLY)

Original issue reported on code.google.com by style2...@gmail.com on 24 Apr 2012 at 7:41

GoogleCodeExporter commented 8 years ago

Original comment by Brad.Ryd...@gmail.com on 24 Apr 2012 at 4:29