Trying to get this working with DAVical http://www.davical.org/
Part of my problem is that I don't have DAViCal completely configured correctly yet (I am getting a 401 error with date_ical).
My other issue is how do I pass a user name and password to the calendar? Don't really want to make the calendars public.

Comments

coredumperror’s picture

I don't know anything about DAVical, but Date iCal doesn't directly support CalDAV. It's on our long-term TODO list, though.

To require a username and password for the calendar, the first thing that comes to mind would be to apply a permissions limitation on the View that's serving the iCal feed. That way only users with the right permissions would be able to see it.

dongtian’s picture

Title: User name and passwords and DAViCal » User name and passwords

I have same issue for User name and passwords when I try to use Outlook adding ics file from Views Calendar.
The Outlook ask me Username and Password (or Domain name).
I try Drupal site user name and password, and my computer's username & password. But it doesn't work. So I can't import ics file.
Which user name and password should I input?
Any help would be appreciated.

coredumperror’s picture

Have you tried downloading the .ics file directly from your browser? I don't know anything about why Outlook would ask for a username and password, but we can rule out Drupal and Date iCal if you're able to download the .ics file from a browser.

dongtian’s picture

Thank you for your reply.
It is work when I download .ics file and import it.
Thank you very much.

coredumperror’s picture

Status: Active » Closed (works as designed)