This documentation refers to an older version of CiviCRM (3.4 / 4.0). The current stable version is 4.1. Please introduce all documentation changes and new material here.

Skip to end of metadata
Go to start of metadata
This page refers to CiviCRM 3.4 and 4.0, current STABLE version.

Documentation Search


CiviCRM 3.4 and 4.0 Documentation

Support and Participation

Developer Resources


CiviCRM books!

Make sure to check out the FLOSS Manual Understanding CiviCRM as well! You can also support this project by ordering a hard copy.

Or support us by buying an eBook or hard copy of Using CiviCRM from Packt Publishing.

How do you publish links to events?

For Drupal, you can create a block and configure it to support PHP code. The following code snippet should work for listing upcoming events. This solution organizes them by date, so modify if that does not suit you.

Upcoming CiviEvents.block

Of course there are other ways to do this as well. This just being one of them

[Source. ]

Getting a feed of events without using the API

The iCalendar feed is the only "built-in" mechanism for getting a list of events. You can reference the iCal link for your site at this URL:

http://servername.domain/civicrm/event/ical?reset=1&page=1

Subscribe to your CiviEvent Feed

Within a calendar application (such as Apple iCal), subscribe the the URL listed above and it will pull in the events from CiviEvent.

Labels
  • None