From 80c9a7795b36762e2b29f75cdb326dd2b11f7267 Mon Sep 17 00:00:00 2001 From: Ben Fortuna Date: Fri, 15 Nov 2024 13:26:28 +1100 Subject: [PATCH] Create vevent.md --- docs/extensions/strategy/vevent.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/extensions/strategy/vevent.md diff --git a/docs/extensions/strategy/vevent.md b/docs/extensions/strategy/vevent.md new file mode 100644 index 00000000..c2e3bcd6 --- /dev/null +++ b/docs/extensions/strategy/vevent.md @@ -0,0 +1,17 @@ +# iCal4j Extensions - Strategy: VEVENT + +## Overview + + | Strategy | Participants | Transparency | Recurring | Precision | Classification | Links | +|-------------|--------------|--------------|-----------|-----------|----------------|--------| +| Meeting | 2+ | Opaque | Optional | Time | Private | Agenda, Location | +| Appointment | 1 | Opaque | Optional | Time | Confidential | Location | +| Anniversary | 1 | Transparent | Annually | Date | Public | Individual | +| Observance | 1 | Transparent | Required | Time | Public | Location | +| Conference | 1+ | Transparent | No | Date | Public | Organization, Location | +| Performance | 1+ | Opaque | Optional | Time | Public | Agenda, Individual+, Organization, Location | +| Seminar | 1+ | Opaque | Optional | Time | Public | Agenda, Individual+, Organization, Location | + +## Examples + +TBD.