Information > DNN Blog > DNN Events
 
DotNetNuke Blog

Current Articles | | Search |

Entries for the 'DNN Events' Category

The challenges of a new release

Well we released a new version of the Events module last week (5.0.1). Fortunately things were quiet for me on the work front. Whilst we believed we had tested upgrade situations pretty well, even asking for data from various quarters to help with this, we still missed a couple of scenarios. One person has been using the Events module from it’s early days. (I have as well, but via a forked versio...

posted @ 15 June 2009 16:38 by Roger Selwyn - Comments 0 - Views 293
Categories: DNN Events

Calendar update on The Diving Club site

Well I’ve taken the plunge and updated the site from Events version 4.0.3 to Events 5.0.0. This is a really major leap in the module, though to be honest, the users of the website will not notice anything substantial. I guess the biggest visible change is the addition of the icon bar. Instead of having to scroll all the way to the bottom of the page to get to these links, they now appear at top r...

posted @ 04 March 2009 16:24 by Roger Selwyn - Comments 0 - Views 417
Categories: DNN Events, Club Website

Events: Templating

One thing the team has spent a lot of time on over the last months is the templating of the Events module. This is by no means all encompassing, but does allow templating of various elements of the module, including:- Detail View - most elements are templateable, but excludes the reminder fields, enrollment fields and the new enrollee list New Event Description Tooltips Emails Enrollment - a...

posted @ 09 January 2009 14:45 by Roger Selwyn - Comments 0 - Views 466
Categories: DNN Events

Events: All Day Events

It is now possible to have all day events, whereby the event is marked as all day, and the start and end time is hidden in all views. This actually sets the start time to 00:00 and the end time to 23:59. It does not limit an event to a single day, it is still possible to alter the end date, so as to have a multi-day all-day event. We have also been request to add an option to enable the hiding of...

posted @ 09 January 2009 14:19 by Roger Selwyn - Comments 0 - Views 395
Categories: DNN Events

Events: Icon Bar

Well it's been a while since I posted here, but much work has been done on the Events module in the intervening time, and also a busy time at work, which has kept me away. A couple of months ago I added an Icon Bar to the module. This Icon Bar can be placed at top right of the module, or at bottom centre (which may be of use for those people using the Small theme). It replaces the previous Add Eve...

posted @ 09 January 2009 14:00 by Roger Selwyn - Comments 0 - Views 436
Categories: DNN Events

iCal support in the Events Module

A couple of weeks ago I worked on changing the Events module over to exporting in iCal spec (.ics, RFC2445) rather than vCalendar (.vcs). The major advantages being that iCal supports recurring events. So you now get the option to export the single event of the whole series if it is a recurring event. In order to support events that cross a Daylight Saving Time Boundary, a VTIMEZONE is created wit...

posted @ 05 October 2008 20:34 by Roger Selwyn - Comments 0 - Views 520
Categories: DNN Events

Events: RSS by Design

Prior to version 4.1.0 of the Events module, RSS support has been more by accident than design. I've been working up a designed in RSS capability, so I thought I'd give a brief view on what is there for now. There is a new section in the module settings as shown to the left. It includes: a check box to enable; a drop down to select what date to use as the publication date (I figured that some p...

posted @ 19 December 2009 11:09 by Roger Selwyn - Comments 0 - Views 63
Categories: DNN Events

Recurring Events - A Major Update

I've now spent several weeks updating the Events module to give much more flexibility around recurring events. Up to version 4.0.2, recurring events were represented by one record in the database. I.e. All instances of a recurring event were exactly the same (Description, price, time, etc), if you changed/deleted one, you changed/deleted them all. The good news is that from 4.1.0 this will all cha...

posted @ 31 August 2008 12:47 by Roger Selwyn - Comments 1 - Views 745
Categories: DNN Events

Events Module - LastUpdatedBy

Just been through and added the userid of the user who last update an event to the Events table. I needed this for my RSS feed, since it kept showing the creator had posted a change, when they hadn't. So, useful for me, but probably also useful for others. The data is stored in LastUpdatedID, but the EventsSave, EventsGet and EventsGetByRange sprocs also return LastUpdatedBy which is the DisplayNa...

posted @ 07 August 2008 11:39 by Roger Selwyn - Comments 0 - Views 373
Categories: DNN Events

Event enrollments need to be retrieved for sub-calendars

Prior to version 4.0.0, event enrollments were being retrieved for the whole portal. This is incorrect and should be linked at least to the module being viewed. However, the change made, meant that only enrollments for the current calendar and not it's sub-calendars were being displayed. This requires a minor SPROC change to EventsSignupsMyEnrollments. Basically this makes it check whether the Mod...

posted @ 17 July 2008 08:46 by Roger Selwyn - Comments 0 - Views 292
Categories: DNN Events

Previous Page | Next Page