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 APIThe 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
|
Labels