Warning: This plugin has't been updated in over 12 years. It may no longer be maintained.
What you can do to help:
Elgg | Release | Download | Date | Links |
1.6 | 0.3 | () | 2011-Feb-04 |
English
This plugin basically provides an ical calendar object that may be configured or used in other views or plugins. An admin configurable default view may also be used out-of-the-box.It integrates a small tool that make URL clickable (including email, ftp, or www.domain.tld addresses -without prefix)
Install & use :
$entity = array( 'url' => "$url", 'title' => "$title", 'timeframe_before' => $timeframe_before, // Optional (default : 7 days) 'timeframe_after' => $timeframe_after, // Optional (default : 366 days) 'num_items' => $num_items, // Optional (default : 3 events) );
See readme.txt file for code examples and local file input instead of distant URL.
Crédits :
Français
Ce plugin vise essentiellement à fournir un objet calendrier ical utilisable dans d'autres vues.Les URL spécifiées dans le fichier .ics source sont parsées et affichées sous forme de liens (y compris contacts mail, ftp, adresses non préfixées, etc.)
Installation et utilisation :
$entity = array( 'url' => "$url", 'title' => "$title", 'timeframe_before' => $timeframe_before, // Facultatif (7 jours par défaut) 'timeframe_after' => $timeframe_after, // Facultatif (366 jours par défaut) 'num_items' => $num_items, // Facultatif (3 événements par défaut) );
Voir le fichier readme.txt pour des exemples de code.
Crédits :
View Florian DANIEL aka Facyla's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.