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
Original issue reported on code.google.com by
style2...@gmail.com
on 24 Apr 2012 at 7:41