Skip to content

Commit

Permalink
Added strategy skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Aug 29, 2024
1 parent 576a3e3 commit 51fd081
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/extensions/strategy.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51fd081

Please sign in to comment.