You are here

README.txt in Add to Cal 8.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
# Add to Cal

Drupal field formatter providing Add to Calendar links.

## Usage
1. Create a date field on any entity type.
2. Open field formatter settings in _Manage Display_.
3. Change the date field's format to _Add to Cal_.

## Settings
All settings are set in the field formatter settings in _Manage Display_.

* **Event title**: An optional field to use as the title in calendar events.
* **Event location**: An optional field to use as the location in calendar events.
* **Event description**: An optional field to use as a description in calendar events.
* **Show for past events**: Determines whether the widget will be displayed once the date field's value is past.

## Calendar links
This version of the module is built with https://github.com/spatie/calendar-links
For more info on working with and customizing calendar link objects, check out the project docs on GitHub.

File

README.txt
View source
  1. # Add to Cal
  2. Drupal field formatter providing Add to Calendar links.
  3. ## Usage
  4. 1. Create a date field on any entity type.
  5. 2. Open field formatter settings in _Manage Display_.
  6. 3. Change the date field's format to _Add to Cal_.
  7. ## Settings
  8. All settings are set in the field formatter settings in _Manage Display_.
  9. * **Event title**: An optional field to use as the title in calendar events.
  10. * **Event location**: An optional field to use as the location in calendar events.
  11. * **Event description**: An optional field to use as a description in calendar events.
  12. * **Show for past events**: Determines whether the widget will be displayed once the date field's value is past.
  13. ## Calendar links
  14. This version of the module is built with https://github.com/spatie/calendar-links
  15. For more info on working with and customizing calendar link objects, check out the project docs on GitHub.