At this moment we have some options to edit the time settings but these settings are very incomplete. In non american countries the defaults are not correct at all. For example: 6/11 means 6 november in europe and not 11 june.

I propose the next interface. I'm not sure the maintainer likes this :) so I didn't start coding yet.
I looked at the documentation of the plugin when making the mockup so its doable.

mockup-fullcalendar-date-options.png

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious’s picture

Damnit why is that image so big... And the day format input fields will have different options inside.

aspilicious’s picture

I have an *almost* working prototype.
Something is conflicting in the js file but I don't have a clue.
On mont views that contain events I get some nasty js errors. Which break header titles.
Ugly patch attached for people willing to help me.

aspilicious’s picture

Status: Active » Needs review
FileSize
13.73 KB

This works :).

Its so sad we dont have config files for this ;)

kumkum29’s picture

Hello,

Is there a patch for version 6x of the module?

Thanks.

tim.plunkett’s picture

Status: Needs review » Needs work

Whoops, I just broke this patch with the last commit. Sorry aspilicious!

aspilicious’s picture

Status: Needs work » Needs review
FileSize
13.73 KB

Rerolled.

There are 2 visual issues left see http://www.diigo.com/item/image/1fbht/nb1g

superman2’s picture

Hi, and thanks for having a look at this issue. The fullcalendar module is perfect - I just need the day/month formatting fixed.

tim.plunkett’s picture

Status: Needs review » Needs work

The JS changes in #971034: Add Option To Load Events Via Ajax completely broke this. I will actually review it next time though.

aspilicious’s picture

Quick reroll. Needs testing my times are gone in some calendars...
Strange...

aspilicious’s picture

Status: Needs work » Needs review

This actually works. I have some other non related conflicts with the updated date module...

tim.plunkett’s picture

Here's a patch with some tweaking. Still will need the upgrade code since some stuff is moving around, and still needs to fix the 24 hour display settings.

aspilicious’s picture

Time options for Belgium (and lots of other european countries)

AXIS
H(:mm)

MONTH
H:mm{ - H:mm} MMMM yyyy ddd

WEEK
H:mm{ - H:mm} d MMM [ yyyy]{ - d MMM yyyy} ddd d/M

DAY
H:mm{ - h:mm} dddd, d MMM , yyyy dddd d/M

tim.plunkett’s picture

Okay, here's another patch. Fixed up a bunch of the "more info" things.

aspilicious suggested getting rid of the separation between advanced time settings and regular settings. Not 100% sure how I feel about that.

The dropdowns and buttons aren't ready yet.

tim.plunkett’s picture

See http://drupalcode.org/project/fullcalendar.git/shortlog/refs/heads/rewri.... I'm having trouble managing these different issues. It's going to be a mess.

tim.plunkett’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

stred’s picture

Thanks for the time options in #12 dealing with those is a mess as they don't use the standard php date format. Should be great to have a simple radio button to switch between US and european format!!

otherwise the options are awesome, thanks for the good job :)