-
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
4492cdd
commit 1c88b32
Showing
9 changed files
with
43 additions
and
30 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,8 @@ | ||
# iCal4j Extensions - Concept: Action | ||
|
||
Action is a collective term used to represent an activity or task. Actions are typically represented by `VTODO` | ||
iCalendar objects. Action concepts include: | ||
|
||
* Agenda - the intended purpose or planning for a collaborative activity or event. | ||
* Approval - a prompt for review and acceptance of a request or other activity | ||
* .. |
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 @@ | ||
# iCal4j Extensions - Concept: Action |
44 changes: 15 additions & 29 deletions
44
docs/extensions/concept.md → docs/extensions/concept/event.md
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 |
---|---|---|
@@ -1,46 +1,32 @@ | ||
# iCal4j Extensions - Concept | ||
|
||
The iCalendar property `CONCEPT` was recently ratified as a standard way to classify iCalendar objects. These extensions | ||
provide some suggested classifications that represent common use-cases for different types of iCalendar objects. | ||
|
||
## Events | ||
# iCal4j Extensions - Concept: Event | ||
|
||
`VEVENT` is perhaps the most implemented object from the iCalendar specification, and supports a variety of use | ||
cases. Some of these are represented by the following concepts: | ||
|
||
* Meeting - a private event where attendees are explicitly invited and a chair is nominated. | ||
* Appointment - a private event representing a block of time for individual pursuits. | ||
* Seminar - a public interactive event involving one or more speakers. | ||
* Conference - an extended public event with limited interaction of attendees | ||
* Performance - a public event with one or more performers and no active participation of attendees | ||
* Subscription - a recurring transparent event representing an active subscription to a resource | ||
* Invitation - a transparent event representing eligibility to participate in an activity | ||
### Meeting | ||
|
||
## Actions | ||
* Meeting - a private event where attendees are explicitly invited and a chair is nominated. | ||
|
||
Action is a collective term used to represent an activity or task. Actions are typically represented by `VTODO` | ||
iCalendar objects. Action concepts include: | ||
### Appointment | ||
|
||
* Agenda - the intended purpose or planning for a collaborative activity or event. | ||
* Approval - a prompt for review and acceptance of a request or other activity | ||
* .. | ||
* Appointment - a private event representing a block of time for individual pursuits. | ||
|
||
## Issues | ||
### Seminar | ||
|
||
TBD. | ||
* Seminar - a public interactive event involving one or more speakers. | ||
|
||
## Requests | ||
### Conference | ||
|
||
Requests are often associated with a Service Desk or similar function intended to provide a service. | ||
* Conference - an extended public event with limited interaction of attendees | ||
|
||
## Records | ||
### Performance | ||
|
||
TBD. | ||
* Performance - a public event with one or more performers and no active participation of attendees | ||
|
||
## Metrics | ||
### Subscription | ||
|
||
TBD. | ||
* Subscription - a recurring transparent event representing an active subscription to a resource | ||
|
||
## Availability | ||
### Invitation | ||
|
||
TBD. | ||
* Invitation - a transparent event representing eligibility to participate in an activity |
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,4 @@ | ||
# iCal4j Extensions - Concept | ||
|
||
The iCalendar property `CONCEPT` was recently ratified as a standard way to classify iCalendar objects. These extensions | ||
provide some suggested classifications that represent common use-cases for different types of iCalendar objects. |
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 @@ | ||
# iCal4j Extensions - Concept: Action |
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 @@ | ||
# iCal4j Extensions - Concept: Action |
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 @@ | ||
# iCal4j Extensions - Concept: Action |
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,3 @@ | ||
# iCal4j Extensions - Concept: Action | ||
|
||
Requests are often associated with a Service Desk or similar function intended to provide a service. |
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