Hello! I am new to Drupal and i am trying to create a Calendar View from webform submissions. I didn't find anything helpful online. If anyone has any ideas i would be very grateful.

Thank you in advance

Comments

Hadi Farnoud’s picture

minaid’s picture

thank you for your reply. i already have the calendar module the problem is when i create a view from webform submissions with calendar it doesnt show anything. (i don't have that problem with content types)

VM’s picture

Why wouldn't one utilize a content type in place of a webform for this task?

minaid’s picture

thanks for your reply. It's true that with content types it would be easier but it's too late now to change the whole project. Do you now how to create this form of calendar?

kwfinken’s picture

I know that this is probably too late for the original question, but for others who may face this problem: I just created a webform calendar view using views PHP and the jQuery https://fullcalendar.io plugin. I am well aware of the "impropriety" and "insecurity" of views PHP, but it met my requirements. The key to getting it working was to pull the data in via a db_select inside a custom PHP field.

I am not at work today, but send me a message and I can export the view for you to see.

minaid’s picture

Thank you kwfinken! Your solution seems to be very helpful! If it isn't much trouble, please export the view.

orionmoon’s picture

Hello. can you share with me the way you have done to publish webform data with a calendar view. thank you so much

m_dimitris’s picture

I know it's being a long time, but is it possible to share how did you achieve it? I would be grateful..Thanks!