[geeklog-devel] Calendar Plugin - Recurring Events

Anthony Rowles aqrowles at gmail.com
Thu Apr 1 18:31:01 EDT 2010


Great question - of course it depends on the type of reminder.  For a
notification on login, etc. (user-initiated), it's not bad, but client-side
processing makes something like automated emailed reminders pretty
difficult.  If you had to do it, you could probably do it with a post-back
that flags events that need reminding out to some number of days, or
maintains a "next occurance" field, which works if the user logs in
semi-regularly, but it seems like a bit of a hack to me.  If emailed
reminders are necessary, a different design is probably superior.

- Tony

On Thu, Apr 1, 2010 at 5:11 PM, Vlad Voicu <vladvoic at gmail.com> wrote:

> On Thu, Apr 1, 2010 at 10:12 PM, Anthony Rowles <aqrowles at gmail.com>
> wrote:
> > With what I've proposed, you'd do this calculation
> > every time, but the calculation is done server-side so it scales, while
> > avoiding the space cost of populating lots of events into the future.
> Joe's
> > method does have the advantage of making support for JS-disabled clients
> > much simpler, as well.
> >
>
> I was wondering how are you going to implement reminders for recurring
> events.
>
>
> Regards,
> Vlad.
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://eight.pairlist.net/mailman/listinfo/geeklog-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist8.pair.net/pipermail/geeklog-devel/attachments/20100401/35d79d2d/attachment.html>


More information about the geeklog-devel mailing list