In D6, it was easy to have whatever times were chosen as options for a 'meeting' appear on a calendar as these times were chosen using the date module. How can we get the dates and time to appear on a calendar when using 7.2?

Comments

SebCorbin’s picture

Title: Views access to dates gone? » Views integration
Category: support » feature

I don't remember a Views integration in D6, but it would still be possible in D7.2

We just have to define what to expose to views: suggestions, answers, chosen dates, all of that?

videographics’s picture

If this module doesn't use the Date module, it's unlikely to work with the Views calendaring modules.

SebCorbin’s picture

Status: Active » Needs work

It doesn't use the Date module indeed, but it does use the date form element http://api.drupal.org/api/drupal/developer!topics!forms_api_reference.ht... so it is still possible to integrate a handler for this, I have to implement a chosen date selecting system before though.

videographics’s picture

Well, if something like the Calendar module can use it then I'd think we should be fine. But I'm afraid the rather 'loose' time formatting that currently exists wouldn't conform well enough to allow a Calendar to do it's thing.

SocialNicheGuru’s picture

Issue summary: View changes
Status: Needs work » Active

has this been incorporated into the newest version?

zorax’s picture

Having possibilitie to filtrer in views with the chosen dates would be very interresting!

broon’s picture

I am using this on a platform along with Webforms. Makemeeting is used to agree on a date, Webform is then used for the registration form. I have listed all Forms along with the number of submissions. What I would like to see in a Views integration would be to get the number of participants in Makemeeting.

Yuri’s picture

Instead of views integration, a workaround or even better option would be to create your own meeting scheduler node by adding a fieldcollection (date and term fields). fieldcollection is integrated with Views. Adding Rules to the mix and you have a better system than MakeMeeting

indigoxela’s picture

While not trivial, because makemeeting puts different related data to different db tables (in serialized fields), it should be possible to get at least some views support.

As a proof of concept I created a sandbox module that handles answers and relations to node and user.
http://cgit.drupalcode.org/sandbox-indigoxela-2829957