background preloader

Calendriers et dates

Facebook Twitter

Date. This package contains both a flexible date/time field type Date field and a Date API that other modules can use. The D5 and D6 versions of the Date field require the Content Construction Kit (CCK) module. The D7 version works with the core Field functionality. D8 includes Date in core. The Drupal Handbook pages are at Date/Calendar Documentation. Be sure to read Debugging Information before reporting a problem. Going through those steps may resolve your problems and will help provide enough information to tell if this is a bug.

Get Involved Help us to solve issues! D8 Version The D8 branch is being upgraded with a hope to getting some of it into core. D7 Version Due to work on getting Date into Drupal 8 core, the D7 version is currently being minimally maintained. Please see #2074655: Assign Co-Maintainership [Mark Date/Calendar modules as unsupported] if you are able to help with on-going maintenance. D7 Notes I've added preliminary support for SQLLite and SQLServer. D7 Videos/Tutorials Signup. Calendar Tooltips. Summary The purpose of this module is displaying a tooltip / popup / balloon when you hover over a day on a calendar block. This tooltip would contain a list of events occurring on that day. Normally you would need to override theme functions and write custom PHP code to accomplish this task.

I have written a guide for that on my site: This module however saves you the trouble. It started its life in this thread: ("Calendar popup for calendar block") Requirements This module requires the Calendar, Date, CCK, and Views modules. The Calendar Tooltip module is merely an interface between the Calendar and the Beautytips modules. Configuration The configuration steps below are optional. You can change which event fields are displayed in the fields section of the block view settings of the calendar view. On the configuration page of this module you can specify when the tooltip closes. Known issues Contact I hope this module is useful for you. Tutorial : Vue Calendrier avec Drupal 7 et Views 3, gestion des événements | Help Drupal. Cet article est une mise à jour de l'article Vue Calendrier avec Drupal - Gestion d'évènements qui était pour Drupal 6.

Gérer des contenus événements et un agenda en vue calendrier avec Drupal 1ère étape, intaller les modules Views, Date, Calendar, Calendar Tooltips, Ctools et BeautytipsVia drush : drush dl -y views date calendar calendar_tooltips ctools beautytips Ensuite, les activerVia drush : drush en -y views views_ui date date_api calendar calendar_tooltips ctools beautytips date_popup date_all_day Aller à l'URL admin/structure/types/add (Structure -> Content Types -> Add)Name : Evenement (machine name : evenement)Vous mettez ce que vous voulez pour le titre et les autres options. Ensuite, il faut ajouter les champs nécessaires : dans notre cas, on va faire super simple, on aura le titre, une date, une description (body), mais vous pouvez rajouter tous les champs que vous voulez. On se retrouve donc avec un truc comme ça : Maintenant, direction Views.

Configuration de Views Activer le bloc. BeautyTips. HOWTO: Drupal Event Module Calendars in Google Calendar | Growing Venture Solutions - GVS. Google Calendar API (GCal) GCal - An implementation of the Google Calendar API for Drupal. Drupal 6 Author: Aaron Craig (software@aaroncraig.com) Developed by: Evolving Design ( This module implements the API described here: The module is intended to be used by other modules who want to import/export to Google calendars. Credits This module is being developed by Evolving Design. Quick Start Create an account in your Drupal admin pages (admin/settings/gcal). The Google account username and password are stored IN PLAIN TEXT on your database, so do not use this module in a shared server environment.

When the other authentication methods have been implemented, you may choose to use a more secure method. Create a calendar See documentation for more parameters. Get and update events $events = gcal_find_events($start_min, $start_max, $gmail_account_email);// $events contains an array of events. Create a new event Roadmap 0.1-beta2 0.2-beta1 <?

Event Calendar. The Event Calendar module allows users to Add/Edit/View events in pop-up while clicking on a box in an “event calendar view”. This module uses the calendar display format of Calendar module and gives its own content type and views. It manages colors of events based on their status (taxonomy field) that can be set on configuration page. This module also gives an Admin UI to change status (approval/denied) of events and a mailing system. Features A mailing integration for approval of eventIn-place Add/Edit/View of events in pop-upDifferent colors of events based on their status Benefits No need to add content type and import views templateEasy to add events (if a user permits)Simple Admin UI to manage mail subject, body separately for Admin and other rolesEvents status can be easily identified with the color of eventsAdmin UI to filter/approve/deny the event in a tabular form Dependency As it uses calendar format for the creation of “event calendar view” so it depends on the Calendar module.

Calendar. Requires Views and the Date API (packaged with the Date module). This module will display any Views date field in calendar formats, including CCK date fields, node created or updated dates, etc. Switch between year, month, and day views. Back and next navigation is provided for all views. Lots of the Calendar functionality comes from the Date module, so any time you update the Calendar module you should be sure you also update to the latest version of the Date module at the same time. See also Date iCal, a project that contains code and features needed to either import or export dates using iCal feeds. Be sure to read Debugging Information before reporting a problem. D7 Version D7 Notes New Method For Creating Calendars! I just added a new row plugin to the 7.3 version of Calendar that should work with any entity, not just nodes. The Calendar iCal module is deprecated in favor of Date iCal.

D7 Videos/Tutorials D6 Version D6 Notes PHP 4, 5.0, & 5.1 are no longer actively supported. Date iCal.