Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
date_ical
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
drupal.org
date_ical
Commits
eeb1323f
Commit
eeb1323f
authored
Feb 12, 2013
by
Robert Rollins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the requirements bug discovered in #1894966 by chris.gr and timmay.
Date iCal now requires Views v3.5+.
parent
87b8fd44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
README.txt
README.txt
+6
-0
date_ical.info
date_ical.info
+1
-0
No files found.
README.txt
View file @
eeb1323f
...
...
@@ -22,6 +22,12 @@ To install the iCalcreator library, download it from
http://kigkonsult.se/downloads/index.php#iCalcreator and extract the zip file.
Inside that file you'll find iCalcreator.class.php. Copy that file to a folder
in your Drupal site named "sites/all/libraries/iCalcreator".
Then clear the cache on your site, by using either "drush cc all"
or logging in to your site and going to Configuration -> Development ->
Performance and click the "Clear all caches" button. This is necessary because
libraries are cached, and you may see confusing behavior from Date iCal if the
iCalcreator library gets cached at a bad time.
To confirm that iCalcreator is installed correctly, log in to your Drupal site
and navigate to the admin/reports/status page. If the row titled "Date iCal" is
...
...
date_ical.info
View file @
eeb1323f
...
...
@@ -3,6 +3,7 @@ description = Allows creation of iCal feeds using Views, and provides a Feeds pl
package
=
Date
/
Time
php
=
5.3
core
=
7.
x
dependencies
[]
=
views
(>=
7.
x
-
3.5
)
dependencies
[]
=
date_views
dependencies
[]
=
entity
dependencies
[]
=
libraries
(>=
7.
x
-
2.0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment