I think the date tools it's a really nice new feature and it was exactly what I was looking for, so I couldn't wait to activate it!
But I got this two bugs:

1. after installing it told me that the calendar block was duplicated (I had another calendar block activated);
2. after disabling date tools there is no way to delete the created view, I can only disable it.

Thanks for your work!

Comments

karens’s picture

Yes, there are lots of other things I want to do with this, the current code is just a first stab at automating a lot of the work of creating dates and calendars.

The trigger that creates the default view comes from a variable, calendar_default_view_options. If you wipe that out and clear your caches the default view will go away.

gooddesignusa’s picture

this is regards to: "2.after disabling date tools there is no way to delete the created view, I can only disable it."

I'm still somewhat new to drupal. So your answer was a little confusing.
"The trigger that creates the default view comes from a variable, calendar_default_view_options. If you wipe that out and clear your caches the default view will go away."

How do i clear the variable. I know how to clear the cache. I've tried shutting off all the date modules and uninstalling / reinstalling.

Anyways thanks a lot for working on this module it comes in very handy.

gooddesignusa’s picture

figured it out. opened phpmyadmin and went to variable and found calendar_default_view_options. opened that up and cleared what was inside. Seemed to remove the created views.

karens’s picture

Status: Active » Fixed

That's right. Plus I just added a place in the Date Tools that you can remove it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.