Events Made Easy Forums Bug fixed or feature request implemented RDATE irregularly recurring events

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #42530
    Anonymous
    Inactive

    Please add support for irregularly recurring events (events at variable date-time, and with variable duration). The RDATE in iCall RFC-2245 VCALENDAR 2.0. allow exactly this. The most widely supported syntax and the most needed when planning film shows is like this:

    RDATE;VALUE=DATE-TIME:19970101163000Z,19970120152500Z,19970217122100Z,199704211441002

    A more complete variation though less supported allow this:

    RDATE;VALUE=PERIOD:19960403T020000Z/19960403T040000Z,

    19960404T010000Z/PT3H

    This means the event can occur at different non-linear date-times and have different duration at each occurrence.

    For now the most wanted feature is being able to add film show date-times as a same event, so the variable duration does not apply here. That is RDATE;VALUE=DATE-TIME: support for edition and display.

    The person requiring this feature is willing to donate/finance this. I myself consider having a look inside the code but this will takes me some much time to have a foot in the project from scratch. If you can give a quotation for the development, please leave a message (english/french).

    Regards

    #46749
    Franky
    Keymaster

    Errr … variable duration and variable date/time? Sounds like not being recurrent to me, but just the same event happening at different dates/times.

    What about just creating the event once, and then use the “+” sign to copy it to a new event?

    #46750
    Anonymous
    Inactive

    Beause a new event is not the same event. A film show belong to one film aka one article on the blog. It expose several show dates times. This means each date time reporting the event must report the same event linking to the same article. This would involve having duplicate articles, duplicate events for the same film, each one for every date time.

    #46751
    Franky
    Keymaster

    And what about using an attribute for a link to the whole explanation?

    Or maybe (something I remember from some time ago) I could add an extra option so you can link the event to a seperate page, so the event details are in that page then …

    #46752
    Anonymous
    Inactive

    I don’t want hacking workarounds where there is a norm for this in RFC-5545

    http://tools.ietf.org/html/rfc5545#section-3.8.5.2

    RDATE;VALUE=DATE-TIME:19970101163000Z,19970120152500Z

    One show has several date-times. This is relational cardinaly of 1->n where n has distinct key values.

    It is not some random hackish relational jojojob where random events are back-linked to some common definition.

    #46753
    Franky
    Keymaster

    This is an ical standard, not an event standard. Two totally different things. Show me one event manager where you can do this …

    #46754
    Franky
    Keymaster

    I’ve implemented a feature request that might help you here: you can specify a link to an external url (wp page or whatever) as the link for single event details. This can help you here: you just create the event and specify date/time/location (and whatever you want to show in the list of events) and url to the external event page. Then you can copy this event and just alter the date/time to your needs. The event details is an external page and will thus never need to be changed.

    #46755
    Anonymous
    Inactive

    First off let me just say this plugin looks damn near perfect for my needs

    EXCEPT

    I too have the need for having an event that follows a non-linear pattern. I’ve seen it in other (less functional) CMSs, and generally how it is done, is there is just a textarea that allows for multiple standard dates to be inputted (MM/DD/YYYY) delimited by commas. So it’s a completely manual solution, but I’ve found it’s the only thing that works in some cases where the event is exactly the same except the day.

    Creating a duplicate event to manage the same exact event is a huge overhead when you’ve got hundreds of events: editing a SINGLE recurring (even if it is manually set with the dates) is much easier than editing multiple duplicated versions of that event.

    I hope I expressed that clearly enough, I would absolutely love to see this functionality added to this plugin if at all possible.

    Thanks Franky! Keep up the great work!

    #46756
    Franky
    Keymaster

    That’s a method of doing things … but implementing something like that will take time and work. I’ll put it on the ever growing feature request list (which doesn’t seem to get smaller, no matter how many features I implement …)

    #46757
    Franky
    Keymaster

    Irregular intervals are now possible, so I think this now covered. Although the ical feed will show each event seperately, but that shouln’t be an issue. I’ll take a look at RDATE

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top