Commit 3e97fab
Add skypeForConsumer as conferencing provider. (#255)
- Free Outlook accounts supports creating skype as conferencing while
creating events.
- Currently this is not listed as supported conferencing provider in
JAVA sdk.
- When user fetches event and an event has skype as conferencing, the
request fails due to unsupported conferencing.
- Add `skypeForConsumer` as supported conferencing provider.
- Reproduced the error locally and tested the fix locally.
# License
<!-- Your PR comment must contain the following line for us to merge the
PR. -->
I confirm that this contribution is made under the terms of the MIT
license and that I have the authority necessary to make this
contribution on behalf of its copyright owner.
---------
Co-authored-by: Subash Pradhan <subash.p@macbook-pro-3.home>1 parent 2dd721f commit 3e97fab
File tree
2 files changed
+6
-0
lines changed- src/main/kotlin/com/nylas/models
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
0 commit comments