Hey,
I am trying to build a website for local taiji group. Among other things i want to put on that website, I want to allow group leaders to add class schedules to the site and also to display the list of upcoming classes in a blog on a sidebar...
As class schedules are a type of a repeating event, I downloaded and installed events module and tried to muck around with it to add new content type for classes. After I've created the basic event type, I tried to add new class content and was abhorred by the interface the events module imposed.
The event entry form is way too generic and is more confusing than helpful. For my purposes I need to be just to say:
"This class is on from date A to date B, every Tuesday and Thursday from 6pm to 7.30pm."
(currently I have to specify "from" and "until" as full timestamp of the first class and then set it to repeat every week until some set date - quite unintuitive, if you ask me)
As a Drupal rookie, I have no idea what so ever, how to improve event entry form to meet the simpler work flow, I wish to see.
I suspect writing a module would probably help, but I don't know a line of php (not that I could not learn it), nor do I know how to start writing a module for Drupal, so I would much appreciate if someone would point my nose to a right direction and set me on a track with this...