@@ -40,18 +40,19 @@ ics(event); // standard ICS file based on https://icalendar.org
40
40
41
41
### Options
42
42
43
- | Property | Description | Allowed values |
44
- | ------------------ | --------------------------- | ------------------------------------------- |
45
- | ` title ` (required) | Event title | String |
46
- | ` start ` (required) | Start time | JS Date / ISO 8601 string / Unix Timestamp |
47
- | ` end ` | End time | JS Date / ISO 8601 string / Unix Timestamp |
48
- | ` duration ` | Event duration | Array with value (Number) and unit (String) |
49
- | ` allDay ` | All day event | Boolean |
50
- | ` description ` | Information about the event | String |
51
- | ` location ` | Event location in words | String |
52
- | ` busy ` | Mark on calendar as busy? | Boolean |
53
- | ` guests ` | Emails of other guests | Array of emails (String) |
54
- | ` url ` | Calendar document URL | String |
43
+ | Property | Description | Allowed values |
44
+ | ------------------ | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
45
+ | ` title ` (required) | Event title | String |
46
+ | ` start ` (required) | Start time | JS Date / ISO 8601 string / Unix Timestamp |
47
+ | ` end ` | End time | JS Date / ISO 8601 string / Unix Timestamp |
48
+ | ` duration ` | Event duration | Array with value (Number) and unit (String) |
49
+ | ` allDay ` | All day event | Boolean |
50
+ | ` rRule ` | Recurring event | iCal [ recurrence rule] ( https://www.rfc-editor.org/rfc/rfc5545#section-3.3.10 ) string <br />** NOTE:** Only supported by ` google ` and ` ics ` |
51
+ | ` description ` | Information about the event | String |
52
+ | ` location ` | Event location in words | String |
53
+ | ` busy ` | Mark on calendar as busy? | Boolean |
54
+ | ` guests ` | Emails of other guests | Array of emails (String) |
55
+ | ` url ` | Calendar document URL | String |
55
56
56
57
Any one of the fields ` end ` , ` duration ` , or ` allDay ` is required.
57
58
0 commit comments