Make a re-usable calendar
Dries - June 10, 2002 - 07:54
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | feature request |
| Priority: | normal |
| Assigned: | al |
| Status: | won't fix |
Jump to:
Description
Make a calendar that can be used by both the archive module, the blog module, the event module, and so on.

#1
seems like this one would do the trick - http://www.cascade.org.uk/software/php/calendar/index.php
#2
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.
#3
What's the status on this? A resuable calendar would be useful for a module I'm writing.
#4
Will be discussed on the event menagement session of the Drupal code sprint.
#5
Where can I see the results of that discussion? (once it happens, of course) Thanks!
#6
Is there any result we can use? :)
#7
the event calendar is designed to be re-usable. But of course you'd need to have event.module installed....
#8
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).
#9
Feature request, moving to cvs.
#10
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.