Skip to content

Commit

Permalink
docs: add example and clarify usage of COMMENT property in iCalendar …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
revelaction committed Oct 1, 2024
1 parent 1b49395 commit 0a808eb
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions ical.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,27 @@ For more details on configuring images, refer to the [Configuration File](config

### Comments (COMMENT property)

In iCalendar files, you can use multiple `COMMENT` properties to provide
additional information about an event. Only one of these `COMMENT` lines will
be displayed in the notification. This can be useful for events without exact
dates, composed of many tasks to be made loosely.

**Example:**
```ics
COMMENT:Task 1: Prepare materials
COMMENT:Task 2: Schedule meeting
COMMENT:Task 3: Follow up
```

### Disable dates (CATEGORIES property)

# Managing iCal Files

For detailed instructions on managing iCal files, refer to the [Managing iCal Files](ical.md#managing-ical-files) section.
It is highly advisable to place your iCal files under revision control to
ensure that changes are tracked and can be reverted if necessary.

It is highly advisable to place your iCal files under revision control to ensure that changes are tracked and can be reverted if necessary.
Additionally, setting up a cron job to periodically pull the latest content of these files can help keep your calendar up-to-date.
Additionally, setting up a cron job to periodically pull the latest content of
these files can help keep your calendar up-to-date.

## Setting Up Revision Control

Expand Down

0 comments on commit 0a808eb

Please sign in to comment.