-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01fa362
commit 7556668
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# iCal4j Extensions - Concepts | ||
|
||
A concept is type definition for iCalendar components used to refine object data for specific scenarios. | ||
|
||
iCal4j Extensions includes concepts for common use-cases, as outlined in the table below. | ||
|
||
| Concept | Component | Scheduled | Planned | Participants (Active) | Repeats | | ||
|---------|-----------|-----------|---------|-----------------------|---------| | ||
| Event | VEVENT | Yes | Yes | Yes | Optional | | ||
| Observance | VEVENT | Yes | Yes | No | Optional | | ||
| Action | VTODO | No | Yes | Yes | Optional | | ||
| Issue | VTODO | No | No | Yes | No | | ||
| Request | VTODO | No | No | Yes | No | | ||
| Note | VJOURNAL | No | No | No | No | | ||
| Report | VJOURNAL | Yes | Yes | No | Optional | | ||
| Availability | VAVAILABILITY | Yes | Yes | No | Optional | | ||
|
||
* Scheduled - occurs on a specific date/time | ||
* Planned - represents a future activity or target (where not scheduled will typically have a due date) | ||
* Participants (Active) - requires actors to participate in order to resolve | ||
* Repeats - represents multiple related activities or targets |