diff --git a/docs/extensions/strategy.md b/docs/extensions/strategy.md new file mode 100644 index 00000000..67a37a22 --- /dev/null +++ b/docs/extensions/strategy.md @@ -0,0 +1,8 @@ +# iCal4j Extensions - Strategy + +A strategy is an opinionated formula for populating iCalendar and vCard objects with +properties specific to a certain use-case. + +iCal4j Extensions includes strategies for popular scenarios, such as scheduling +meetings or appointments, as well as organizational management strategies for +teams and individuals. diff --git a/mkdocs.yml b/mkdocs.yml index 60f679b7..bf31750c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -73,6 +73,7 @@ nav: - Link: extensions/link.md - Participant: extensions/participant.md - Outlook: extensions/outlook.md + - Strategy: extensions/strategy.md - Template: - Overview: template/index.md - Examples: template/examples.md