Make a calendar that can be used by both the archive module, the blog module, the event module, and so on.

Comments

moshe weitzman’s picture

Component: Code » archive.module

seems like this one would do the trick - http://www.cascade.org.uk/software/php/calendar/index.php

al’s picture

Component: archive.module » Base system
Assigned: Unassigned » al
Priority: Major » Normal

Recomponenting to Base system, as this isn't just for archive.module. Assigning to me, as I've been promising Dries I'll look into it for a while.

ezheidtmann’s picture

Component: Base system » base system

What's the status on this? A resuable calendar would be useful for a module I'm writing.

killes@www.drop.org’s picture

Will be discussed on the event menagement session of the Drupal code sprint.

ezheidtmann’s picture

Where can I see the results of that discussion? (once it happens, of course) Thanks!

gábor hojtsy’s picture

Is there any result we can use? :)

killes@www.drop.org’s picture

the event calendar is designed to be re-usable. But of course you'd need to have event.module installed....

gábor hojtsy’s picture

Well, I looked into the event_calendar_month() code in CVS HEAD, and it has many dependecies on events. It themes event cells, it gets time information internally etc. It also thinks that a day always takes 86400 seconds, which is not true for days on DST changing dates (although this is offtopic here, and I don't have a fix).

LAsan’s picture

Version: x.y.z » 7.x-dev

Feature request, moving to cvs.

dave reid’s picture

Status: Active » Closed (won't fix)

Seeing the lack of interest in getting this in core, I'm going to mark as won't fix for now. It's probably better to use the Date/Calendar API module now anyway.