Build extension a bit like the blog module?

Permalink
I need to make an extension that can manage events for a concert hall.

It needs to have a table like overview showing some of the most relevant values from the created events.

Then there need to be a create event button which goes to a page that looks a bit like the blog creation view but with different fields - but still utilizing wysiwyg editor and the crop/scale image popup thing, and a lot of other fields that I can define.

Then I need to access this list of events from different blocks across the site.

What would be the best way to make this possible?

Pointers/hints? :-)

 
RadiantWeb replied on at Permalink Reply
RadiantWeb
http://www.concrete5.org/marketplace/addons/simple-event/

http://www.concrete5.org/marketplace/addons/proevents/...

For the site builder that values their time more than $30/hr.

ChadStrat
supermoos replied on at Permalink Reply
That seems like a good starting point, but I would need to add quite a few fields etc., how to do that?
RadiantWeb replied on at Permalink Reply
RadiantWeb
ProEvents has "ProEvents Additional Attributes" that you can add to every event form. Then you can simply pull those in per event with $custom_att = $event->getAttribute('custom_attribute_name');

ChadStrat