Is admin/settings/calendar not available any more? Can I still color content types on the calendar? Also, how do I create an ical feed now? I don't see any option in Views that seems connected to this.

Thanks,

Comments

KarenS’s picture

Status: Active » Fixed

All settings are now in the view itself. See the page I just created at http://drupal.org/node/316420 for where to find the legend colors.

The ical feed should be available if you have the Calendar iCal module enabled. It will be one of the calendar displays. You just need to attach it to the page and/or block.

presleyd’s picture

Status: Fixed » Active

Thanks, I see the legend and that makes sense to put it in the View. I don't see the iCal feed display anywhere though. I'm using the default calendar view and calendar-ical is enabled. Any ideas what I could look at? I'm using Views 6.x-2.0-rc3. I've tried uninstalling calendar-ical and reinstalling it but I can't seem to find any option for it when creating a view or in the default calendar view.

presleyd’s picture

Title: Settings page missing? » ICal Feed Display option missing
tobbe_s’s picture

I have the same problem with iCal view. There is no option in the default calendar view to add an iCal feed. I just updated date, calendar, views and cck to the latest dev/rc versions.

tobbe_s’s picture

Status: Active » Fixed

Solved the problem, just reverted calendar view to defaults, and the iCal feed appeared "out of nowhere".

daph2001’s picture

Status: Fixed » Active

I am also having this problem and returning to default doesn't help.
Running drupal 6.4, with date,calendar 6.x-2.0-rc3, views 6.x-2.0-rc3, cck 6.x-2.0-rc7.

presleyd’s picture

Hmmm mine did show up when I reset it but it's still only there for the default calendar view. If I make a new view I can not get one to show up.

tobbe_s’s picture

If I make a new view I can not get one to show up.

Neither can I.

joele’s picture

I can not get the iCal display to show up either. I do not have any iCal-display option. I have calendar-6.x-2.0-rc2, date-6.x-2.0-rc3 and views-6.x-2.0-rc4

okeedoak’s picture

Same here: no iCal display option unless I revert the view.

bigjim’s picture

It's showing up as an option for me, reverted or cloned views.

I have the latest dev version ( updated all the modules this morning)
Drupal core 6.5
cck rc10
date rc3
views rc5

hmorgan’s picture

I'm not seeing the iCal Feed option under any circumstances -- reverted to defaults or not. I'm all up to date with my modules. I'm running

Drupal 6.5
Calendar 6.x-2.0-rc2
CCK 6.x-2.0-rc10
Date 6.x-2.0-rc3
Views 6.x-2.0-rc5

I've checked all the obvious things I can think of, like making sure the Calendar iCal module is enabled, but no luck. So, is the answer that there's a fix in the latest dev release? If so, anybody know when we can expect an official release containing the fix? I'm hesitant to use a dev release on a production site, but I'd sure love to get the iCal feature up.

KarenS’s picture

Some people see it some people don't. The only answer I can think of is that the people having trouble may have old files in the wrong places (the ical files got moved). Try emptying your calendar folder completely out before adding the latest code.

presleyd’s picture

I always do, still no option.

joele’s picture

I did a fresh install, with calendar-6.x-2.0-rc2, date-6.x-2.0-rc3 and views-6.x-2.0-rc4, but I do not see the iCal-option, not when I revert or anything. And, yes, I have the module enabled.

Regards
joel

KarenS’s picture

Status: Active » Postponed (maintainer needs more info)

I just committed some changes to the handlers that will require you to update the code and then run update.php. These changes are in cvs now and will be in tomorrow's -dev tarball, so try that and see what happens.

If the options don't appear in a calendar you've created, revert and disable the default calendar view, then re-enable it and start over and see if it works.

If you have the iCal module enabled, you should see an 'iCal' display in the default calendar, which can be attached to the calendar page or the calendar block, or both.

joele’s picture

Hello. Now, with version 6.x-2.0-rc4, I get the iCal-display.
Thanks.

We are going to use the module to handle seminars at our department, www.fysast.uu.se (I already do it in version 5 at www.teorfys.uu.se ).

presleyd’s picture

I still only see it on the default 'calendar' view. If I create a new view there is no such option.

The goal is to have several different views of different event types each with their own ical feed.

KarenS’s picture

How did you create the new view? If you created it by cloning the default view, you should have it. If you are trying to make it appear any other way, it won't.

presleyd’s picture

Status: Postponed (maintainer needs more info) » Fixed

Yes that does seem to work, I was just creating a view from scratch.

KarenS’s picture

I have hidden some parts of this from the UI to avoid confusion because you can't add those elements to other kinds of views and have them work right. The intention is that you can create as many calendars as you need by cloning the default calendar and changing the path. That's also *way* easier than trying to create it from scratch, since there are so many moving parts.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

anschauung’s picture

I had a similar issue when the iCal display was deleted accidentally.

If you edit calendar_ical.views.inc and change 'no ui' => TRUE to 'no ui' => FALSE under the 'calendar_ical' array, you can add the display to views normally.