Hello everybody.
I am using Fullcalendar for a project of mine on Drupal 7.
I would like to know if there is a way to avoid multiple events to be created at the same hour of the same day.

Example for a simple "prenotation" content type:
- If an user prenote a day slot from 8:00am to 11:00am, another user must be incapacitated of creating a new event of the same type "prenotation" at the same time of that day.

This is really a critical issues for my project, because i need to handle the events like a First In First Out pile, in which only the first request for creating the content is accepted, while the others on the same time are all rejected.

I don't know if there is an option to do that, but maybe some coding expert can help me out with that?
Because i am not really a lot into code stuff, unfortunally.
Any help and suggestion will be appreciate, thank you very much.

Comments

aspilicious’s picture

The creation of dates is the job of the date module. This module *only* displays the dates in a calendar.

aspilicious’s picture

Priority: Critical » Normal

ps:
Support requests are not critical. And if this is critical and there isn't a module that does this kind of restriction you always can hire someone to code if for you.

giosko’s picture

Oh ok sorry, thank you for the fast reply and the status change, i appreciate.
Now i've got more clear where to look, not in the fullcalendar, but in the date module.
Do you know if Date module is able to do that task by using some of his default settings?

aspilicious’s picture

Status: Active » Closed (won't fix)

No idea :) ask it there :)

Marking won't fix here.

giosko’s picture

Thanks for your help, and good day :)