-
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
e632732
commit 299247d
Showing
7 changed files
with
47 additions
and
8 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,14 @@ | ||
# iCal4j Integration - Chat | ||
|
||
Chat applications are at the centre of a growing movement to use chat as an interface to other tools and applications | ||
(i.e. ChatOps/Chatbots). | ||
|
||
iCal4j provides integration with specific chat applications to support query and other functions related to | ||
calendaring and scheduling. | ||
|
||
Supported chat applications include: | ||
|
||
* XMPP | ||
* Slack | ||
* Microsoft |
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,3 +1,7 @@ | ||
# Email Integration | ||
# iCal4j Integration - Email | ||
|
||
Email is typically used to implement the iCalendar iTIP scheduling specification for sharing and negotiating events | ||
such as meetings, etc. | ||
|
||
iCal4j provides support for both sending and receiving iTIP attachments via email. | ||
|
||
TBD. |
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
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
# iCal4j Integration - Webhooks | ||
|
||
Webhooks are the provision of endpoints that may be used to post content updates from specific tools and applications. | ||
|
||
iCal4j provides support for webhooks compatible with specific tools, including: | ||
|
||
* Zapier | ||
* IFTT | ||
* JIRA | ||
* Confluence | ||
* ... | ||
|
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,7 @@ | ||
# iCal4j Integration - Websub | ||
|
||
Websub is a W3C standard for a publish/subscribe pattern online. Subscription is managed via an intermediary Hub, | ||
such that when a publisher sends updates to the Hub it is redistributed to subscribers. | ||
|
||
iCal4j supports publishing content to a Websub Hub, as well as support for a subscriber callback (i.e. a webhook) | ||
for consuming Hub content. |
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