Closed GoogleCodeExporter closed 9 years ago
i feel like implementing this would open pandora's box. there are many different
types of repeating events. the basics are daily, weekly, monthly, and yearly,
but i'd
imagine many more would be needed such as weekdays, weekends, mon+wed+fri,
tue+thurs,
biweekly, etc. if we support one type, we need to support them all. i could
image
fullcalendar's API (and js file) growing very large to accommodate everyone's
needs.
a better way to solve this problem is to have your server-side script (php) that
produces your event feed to expand repeating events *before* fullcalendar
receives
them. this way, developers can modify their script to support any type of
repeating
event.
i know this doesn't really solve your problem (you still have to write your own
repeating-event-expanding php code) but i hope to release a php script bundled
with
fullcalendar to aid developers in doing this.
Original comment by adamrs...@gmail.com
on 29 Jun 2009 at 4:21
Original issue reported on code.google.com by
crazyach...@gmail.com
on 20 May 2009 at 8:58