Event Calendar for Drupal 6?

willemt - March 8, 2008 - 18:15

First my apologies in case I did not look hard enough or in the wrong places but I spent a few days now trying to figure out the best way to have a calendar integrated in my Drupal 6 install... It seems that the calendar module is not supported for version 6 yet. I also looked at plenty of other php/mysql event calendar scripts but Drupal authentication is not supported and I do not want my users to authenticate a second time whenever they want to add an event to the calendar...
A perfect calendar for me would be one that:
* Displays a monthly overview showing on what dates events have been scheduled.
* Every authenticated user can add/change/delete own events.
* All posted events are visible to all authenticated users.
* All authenticated users get email notification in case an event gets added/changed/removed.
* When a day on the monthly calendar is selected, the view changes to the daily view with 1/2 hour increments.

I am willing to buy a script or 'downgrade' to 5.x in case nothing exists yet on 6.x

Hope to get some good pointers :-)

Thanks!

there's a d6 dev version for

WorldFallz - March 8, 2008 - 21:02

there's a d6 dev version for the event module. Seems to me you have 2 choices... participate in getting the d6 version tested and debugged or downgrade to d5 for the time being. you're not missing anything, its really just that simple.

Actually...

bbinkovitz - April 13, 2008 - 18:07

While nothing on the actual Event project page specifically says that it's deprecated in D6, a discussion on Lullabot suggests that it is, and that the D6 version of Event is meant for those who have D5 sites already running Event, to enable them to upgrade. However, those building new sites in D6 are encouraged to use CCK/Views to create their event calendars instead.

---------------------------------------
http://softpixel.com/~bbinkovitz

ah... i hadn't seen that

WorldFallz - April 13, 2008 - 21:48

ah... i hadn't seen that yet. Thanks for the info. IMHO, that's probably the right way to go.

Are there some instructions

davert - August 6, 2008 - 15:20

Are there some instructions somewhere for using this calendar module other than "add a date field" (without saying how to do it)?

Never mind - just found

davert - August 6, 2008 - 15:32

Never mind - just found this: http://drupal.org/handbook/modules/calendar

Thought it would be handy to provide that in case someone else, like me, finds this thread...

there's 2 calendar modules

WorldFallz - August 6, 2008 - 15:36

there's 2 calendar modules mentioned in this thread-- to which are you referring?

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

We have implemented the

hollybeary - August 6, 2008 - 16:06

We have implemented the calendar module for our D6.3 site http://www.boernetoday.com and it's working great! It's still in beta I believe so there are a few quirks, but it works for our current needs. Check it out and feel free to ask me any questions about it.

How ..

useuy - September 3, 2008 - 07:55

Hi haley.star ...

can you tell me how you implemented it ? sorry coz i am a nubie
i need more detail of explanation ... thx.

If you could be just a tad

hollybeary - September 12, 2008 - 17:44

If you could be just a tad more specific I'd be able to help you out more. Do you mean how did I stall it? Set it up? Style it? There was a lot involved but nothing overly complicated and I didn't have to hack the module or anything, works pretty good out of the box!

Views broke my site

Michael Beechey - September 3, 2008 - 21:46

I installed the calendar module:calendar- (6.x-2.0-rc1.tar) but it needs Views...I installed Views -
( views-6.x-2.0-rc1.tar) and it broke my site...fatal error....what am I doing wrong?

"The Earth is but one country and Mankind its citizens"
Bahá'u'lláh

www.musementors.com (in construction)

I don't know which version

hollybeary - September 12, 2008 - 17:45

I don't know which version of drupal you're runing, but the latest version of views is not compatible with drupal6.2 and below. I recommend upgrading to the most recent version of drupal and installing the latest versions of both modules as well.

I have the same problem and

mattyoung - September 12, 2008 - 20:55

I have the same problem and got some hints in the date module page:

Note! Views2 API Changes! The latest D6 -dev version uses the new Views2 API and requires the latest -dev version of CCK and Views (and Calendar, if you use it) to work right. The changes involve some re-organization of files and folders, so empty the date folder out before adding in the updated files.

I was using the rc version of both date and views and when I enable both, the /admin/build/modules page would just come back blank. Then I installed the dev version of calendar, cck, date and views and I was able to enable them all.

But....after I fiddle with my site for yesterday to today (adding one event content type, a calendar view and another simple view), now my /admin/build/modules page is blank again like before. Very frustrating. I'm back to square one: restore and retry again. Anyone have any idea what might be my problem?

I'm using D6.4.

Haley.star: what version of calendar, cck, date and views are you using?

at the moment we are using

hollybeary - September 17, 2008 - 16:42

at the moment we are using Drupal6.3
calendar 6.x-2.0-beta3
date 6.x-2.0-beta3
cck6.x-2.0-rc4
views6.x-2.0-rc1

However all those now have updates available. We have a new version of the site in the works right now using the latest version of drupal and corresponding modules which will go live probably around the 1st of the month. But that's what we used when we launched the current site.

Haley, I looked at your

dalvarez1961@dr... - September 23, 2008 - 19:04

Haley,

I looked at your implementation of the calendar and am very impressed with the look and feel. I would like to emulate it on our site. We have the calendar installed although there have been some issues. Can you provide details on how you themed the calendar to make it look and function so well?

Thanks,
David

It was fairly

hollybeary - October 4, 2008 - 02:10

It was fairly straightforward, we were able to use it pretty much as it was out of the box. I added some jquery hovertips using the hovertip module which worked pretty well! As far as theming I only had to template things a little. The indiviual calendar nodes I used a node template to get the content displaying where I wanted it, the rest is just css!

Hello... one simple

sylvaticus - October 8, 2008 - 13:59

Hello... one simple question.. how did u managed to have calendar-event records to be displayed in the calendar view under the right date/time?
can u export the view?

thanks..

Same problem

klucid - October 10, 2008 - 21:07

I have the same problem. It shows up under the posted date, not the event date. Any ideas?

Klucid: Graphic Design

AJAX

klucid - October 10, 2008 - 23:12

Turning AJAX on helped! Weird. If anybody else has another workaorund please let me know!

Klucid: Graphic Design

Running into the same

hectorplus - October 10, 2008 - 23:40

Running into the same problem. The event is shown the date the node was created, not the event date. will have to spend some more time troubleshooting.

Amigopost.com
Random posts by Hector M.

Changing the created date into the event date

Dennis S - May 29, 2009 - 11:41

I don't know if it is the proper solution, but with calendar 6.x-2.1 I changed both the "argument" and the "sort criteria" in the date I that represent the event date.

And that works for me.

(I used the Date module to set the event date (from - to))

Fonts?

Michael Beechey - September 28, 2008 - 23:48

Hi,

Nice site...what theme are you using?....

Do you know how to change fonts in Google Calendar? I need to get more events listed per day.

thanks
Michael

in construction:
www.musementors.com
"Connecting musicians to valuable resources"

The theme is custom made, I

hollybeary - October 4, 2008 - 02:08

The theme is custom made, I believe I may have started with the foundation theme. I've been using it lately to start off and like it.

As far as google calendar fonts go, I'm not sure exactly what that has to do with the drupal event module but I'm not sure how to change fonts in it. I believe you can add as many events to a day as you like????

Repeating "events"

mark_eberhart - October 17, 2008 - 19:27

I am having an issue where, when I "repeat" an event, let's say for example "weekly" then EVERY date from the RRULE is listed in the default view of the "event" - does that ring any bells? I'm trying to figure out where/how I can turn this feature "off" as it does not seem to do this in the calendar view. In the daily calendar view, it seems to be able to parse out the correct date from the RRULE and only display it:
http://www31.a2hosting.com/~teamriv/?q=node/27 (ALL dates displayed)
vs.
http://www31.a2hosting.com/~teamriv/?q=calendar/2008-10-24 (single date displayed)

Any tips?
Mark

Calendar View w/o the Calendar Layout

bendshead - May 31, 2009 - 13:43

Can you point the way on how to create a Calendar View like this one: http://www.boernetoday.com/calendar ?

It seems like it would be a tweak of the default Calendar View, so I cloned that view and got busy trying out everything. I tried tweaking the Style parameter -- calendar, html list, grid, table, unformatted -- but that doesn't really get me in the ballpark of what you see at boernetoday.com.

Help, please?

By the way, this tutorial for creating a Drupal Calendar is great: http://drupal.org/node/231680#comment-1108299

.

arhak - October 10, 2008 - 21:22

subscribing

Using Drupal: Ch 9. Event Management

GearedDesign - November 14, 2008 - 20:39

O'Reilly Drupal book: Using Drupal

This chapter introduces the following modules:
• Date (http://drupal.org/project/date): Provides a CCK field for entering date information,
as well as libraries to handle things like time zone conversion.
• Calendar (http://drupal.org/project/calendar): A view style for displaying a list of
site content in a rich calendar display.
• Flag (http://drupal.org/project/flag): A flexible module that enables administrators
to add on/off toggle switches to items such as nodes and comments.

Free Download:
http://www.doitwithdrupal.com/blog/sample-chapter-our-oreilly-book-now-a...

i am also experiencing the same problem

scarer - December 19, 2008 - 01:29

I am working with Drupal 6.8. It would be great if in the calendar view the event fields could be used for arguments, filters. The new calendar module is a vast improvement on the previous module but it would be great if the event module was integrated more with it.

 
 

Drupal is a registered trademark of Dries Buytaert.