Sha256: efd5436ad28fc8b09ce3f213df04d7d6a1a76af60f5aa6df3cea61cbb816635a

Contents?: true

Size: 1.22 KB

Versions: 33

Compression:

Stored size: 1.22 KB

Contents

<%= render :partial => 'layouts/nav' %>

<h2>Help!</h2>
<ol>
  <li>Click "Add a subscription"</li>
  <li>Now in the "New iCal Subscription" form fill-in the name, *group and *name and iCal subscription URL</li>
</ol>
<p>
* The extension currently overrides the handling of all paths below the node where the Event Calendar Page type gets applied looking for a calendar "group" and then a "name". So if you create a page under Root > Calendar and apply the EventCalendar page type to it, then through admin create a calendar with the group of "master" and a name of "youth" you'll be able to access your calendar at http://yoursite.com/calendar/master/youth. You'll also be able to see events for all calendars with a group of "master" by navigating to http://yoursite.com/calendar/master/all.

press refresh
3. Study the tags and display on page
4. Setup cron job for "script/runner 'refresh_events.rb'"
5. Monitor refreshing in Admin panel

+ rake task to create "public/assets/calendars/Test.ics"
+ add Radiant::Config params for ical_paths and event_calendar_root_node
+ make grouping optional
+ ical file link tag
+ tests for: ical calendar receive, parsing, reoccurance parsing confirmation
+ script/runner task and cron job instructions
</p>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.5.6 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.5.5 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.5.4 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.5.3 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.5.1 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.5.0 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.14 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.12 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.10 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.9 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.8 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.7 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.6 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.5 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.2 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.1 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.4.0 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.3.9 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.3.8 app/views/admin/calendars/help.html.erb
radiant-event_calendar-extension-1.3.7 app/views/admin/calendars/help.html.erb