So i have installed the Date module, views module and calendar module.
By default, the calendar views show my node in a calendar based upon the update date.
I however have created a content type that uses a date field and i want to show the nodes on a calendar based upon the value in my date field.

When i add a contextual filter and select Date from the filter list, i only see
Date: Date (node)
Date: Date (users)

When i select Date (node) i can select some fileds like update date, creation date and so on but i can't select my custom date.
When i however select my custom field instead of Date: date, i get an error saying that the calendar views require a date argument.

I also have tried clearing the cache of the views but that does not help.

How do i create such a view?

Comments

ayesh’s picture

This is not a problem. Simply click on "date" items in both Fields and Arguments area and check your custom date field and uncheck updated date field.

Passero’s picture

Can you please explain "Simply click on "date" items in both Fields and Arguments area "? When i add a field i don't realy see what you mean nor do i have an arguments area.

I'm using views 7.x-3.0 and calendar 7.x-2.0

I also can't find "updated date field" in my custom field...

Passero’s picture

As i said in my initial post... I don't see these extra fields as you show in the second screenshot. I only see the default fields like update date but i can't see my custom fields. I already tried flushing the cache a few times... Didn't help.

peachykeen’s picture

I was having the same issue with Views 7.x-3.0-beta3, but it works correctly in the dev version.

Passero’s picture

Thx. I installed the dev version and now it is working.