Easy iCalendar

Developer

Exp:resso

3rd Party (Free)

457 downloads (last 90 days)

Download v1.2

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

For too long, generating iCalendars with ExpressionEngine has been far too hard. iCalendar files fail to work for silly reasons like unix line endings, times in iCalendar are tricky, text formatting is even trickier. Easy iCalendar simplifies all this down to one standard EE tag.

Your EE template code can now be as simple as this:

{exp:easy_ical:calendar timezone=“Pacific/Auckland” name=“My Easy Event Calendar”}
  {exp:channel:entries channel=“events” show_future_entries=“yes” show_expired=“yes” limit=“20”}
      {exp:easy_ical:event uid=”{entry_id}" start_time="{entry_date}” end_time=”{expiration_date}” location=”{event_location}” summary=”{title}”}
        {event_description}
      {/exp:easy_ical:event}
  {/exp:channel:entries}
{/exp:easy_ical:calendar}

This is a first release, I hacked it together after spending hours trying to create an iCalendar feed using standard EE templates and lots of PHP code.

Feel free to modify/extend it if it does not suit your needs, and share the code :)

Download Easy iCalendar

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.2 Jul 8, 2013

Easy iCalendar Links

This entry was created November 24, 2010, 12:43 pm.
This entry was last updated July 8, 2013, 6:37 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

3 Reviews:

Sneed's Feed & Seed 03.30.15

Sneed's Feed & Seed
Rating - {addon_rating_average}

Works great, thank you for making it available!

Design by Front 10.17.11

Design by Front
Rating - {addon_rating_average}

This plugin works like a charm - a great time-saver as ical formatting can be a real pain

pixelpie 06.20.11

pixelpie
Rating - {addon_rating_average}

Easiest way to work with ics files and EE.