feat: Add Skiff to app store (#10079)

This commit is contained in:
Andrew Milich 2023-07-17 13:07:35 -07:00 committed by GitHub
parent ab8ad6434f
commit 07b43e107e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 91 additions and 0 deletions

View File

@ -42,6 +42,7 @@ import salesforce_config_json from "./salesforce/config.json";
import sendgrid_config_json from "./sendgrid/config.json";
import signal_config_json from "./signal/config.json";
import sirius_video_config_json from "./sirius_video/config.json";
import skiff_config_json from "./skiff/config.json";
import { metadata as stripepayment__metadata_ts } from "./stripepayment/_metadata";
import sylapsvideo_config_json from "./sylapsvideo/config.json";
import { metadata as tandemvideo__metadata_ts } from "./tandemvideo/_metadata";
@ -107,6 +108,7 @@ export const appStoreMetadata = {
sendgrid: sendgrid_config_json,
signal: signal_config_json,
sirius_video: sirius_video_config_json,
skiff: skiff_config_json,
stripepayment: stripepayment__metadata_ts,
sylapsvideo: sylapsvideo_config_json,
tandemvideo: tandemvideo__metadata_ts,

View File

@ -42,6 +42,7 @@ export const apiHandlers = {
sendgrid: import("./sendgrid/api"),
signal: import("./signal/api"),
sirius_video: import("./sirius_video/api"),
skiff: import("./skiff/api"),
stripepayment: import("./stripepayment/api"),
sylapsvideo: import("./sylapsvideo/api"),
tandemvideo: import("./tandemvideo/api"),

View File

@ -0,0 +1,20 @@
---
items:
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
---
{DESCRIPTION}
Skiff is a privacy-first, end-to-end encrypted workspace with Mail, Pages, Drive, and Calendar applications. Skiff Calendar integrates with Cal.com, enabling you to schedule appointments, organize events, and use your preferred video conferencing product.
## Features
- **Full workspace** — beyond email and calendar, Skiff enables writing and collaborating on end-to-end encrypted notes or wikis. You can also upload, preview, and share files.
- **Native applications** — Skiff has native macOS, Windows, iOS, and Android applications, ensuring you can stay on top of your schedule from any device.
- **Multiple accounts** — all Skiff products support multiple accounts, or sharing your entire team to collaborate inside one workspace.
- **Custom domains** - you can use your own domain name for free on Skiff to send and receive mail or calendar invites.
- **End-to-end encryption** — all data is encrypted on your device so that only you can access it. Skiff Mail is also open-source to ensure the highest level of transparency.
- **Complete privacy** - no trackers or ads, and your data is never sold.

View File

@ -0,0 +1,20 @@
import { createDefaultInstallation } from "@calcom/app-store/_utils/installation";
import type { AppDeclarativeHandler } from "@calcom/types/AppHandler";
import appConfig from "../config.json";
const handler: AppDeclarativeHandler = {
appType: appConfig.type,
variant: appConfig.variant,
slug: appConfig.slug,
supportsMultipleInstalls: false,
handlerType: "add",
redirect: {
newTab: true,
url: "https://skiff.com/blog/skiff-cal-com-launch",
},
createCredential: ({ appType, user, slug, teamId }) =>
createDefaultInstallation({ appType, userId: user.id, slug, key: {}, teamId }),
};
export default handler;

View File

@ -0,0 +1 @@
export { default as add } from "./add";

View File

@ -0,0 +1,19 @@
{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Skiff",
"slug": "skiff",
"type": "skiff_calendar",
"logo": "icon.svg",
"url": "https://skiff.com/blog/skiff-cal-com-launch",
"variant": "calendar",
"categories": [
"calendar"
],
"publisher": "Skiff World, Inc.",
"email": "hello@skiff.org",
"description": "End-to-end encrypted, private calendar, email, notes, and drive.",
"isTemplate": false,
"__createdUsingCli": true,
"__template": "link-as-an-app",
"dirName": "skiff"
}

View File

@ -0,0 +1 @@
export * as api from "./api";

View File

@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/skiff",
"version": "0.0.0",
"main": "./index.ts",
"dependencies": {
"@calcom/lib": "*"
},
"devDependencies": {
"@calcom/types": "*"
},
"description": "End-to-end encrypted, private calendar, email, notes, and drive."
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

View File

@ -0,0 +1,13 @@
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 399.586C0 258.244 0 187.573 27.9428 133.781C51.49 88.4505 88.4505 51.49 133.781 27.9428C187.573 0 258.244 0 399.586 0H624.414C765.756 0 836.427 0 890.219 27.9428C935.549 51.49 972.51 88.4505 996.057 133.781C1024 187.573 1024 258.244 1024 399.586V624.414C1024 765.756 1024 836.427 996.057 890.219C972.51 935.549 935.549 972.51 890.219 996.057C836.427 1024 765.756 1024 624.414 1024H399.586C258.244 1024 187.573 1024 133.781 996.057C88.4505 972.51 51.49 935.549 27.9428 890.219C0 836.427 0 765.756 0 624.414V399.586Z" fill="#EF5A3C"/>
<g clip-path="url(#clip0_1851_83221)">
<path d="M634.311 128.949C671.289 128.001 708.267 135.586 742.4 150.756C716.8 134.638 689.304 121.364 660.859 110.934C518.637 58.7861 358.4 85.3342 241.778 181.097C237.985 183.942 228.504 192.475 224.711 196.268C220.918 200.06 212.385 207.645 208.592 211.438C203.852 216.179 198.163 222.816 193.422 227.556C189.629 232.297 182.044 240.831 179.2 244.623C175.407 250.312 170.666 256.001 167.822 260.742C164.978 264.534 158.341 274.964 154.548 279.705C153.6 281.601 149.807 287.29 148.859 289.186C147.911 290.134 145.066 295.823 144.118 296.771C142.222 299.616 135.585 311.942 133.689 314.786C131.792 319.527 126.104 329.956 124.207 334.697C122.311 339.438 118.518 347.023 116.622 351.764C115.674 353.66 110.933 366.934 109.985 368.831C108.089 372.623 106.192 379.26 105.244 383.053C102.4 390.638 100.504 400.119 97.6591 408.653C96.7109 413.393 93.8665 425.719 92.9183 430.46L91.9702 434.253C73.0072 533.808 91.9702 639.053 143.17 727.23C148.859 735.764 155.496 747.142 161.185 755.675C164.029 759.467 167.822 765.156 170.666 768.001L180.148 780.327C182.992 784.119 191.526 793.601 194.37 797.393C199.111 802.134 204.8 808.771 209.541 813.512C212.385 816.356 217.126 821.097 219.97 823.942L225.659 828.682L226.607 829.63L228.504 830.579L231.348 832.475C235.141 835.319 239.881 838.164 243.674 841.008L246.518 842.905C247.467 843.853 248.415 843.853 249.363 844.801C253.155 846.697 258.844 850.49 261.689 852.386C263.585 853.334 266.429 855.23 268.326 856.179C270.222 857.127 275.911 859.971 278.755 860.919C281.6 862.816 286.341 863.764 289.185 865.66C296.77 868.505 304.355 871.349 311.941 874.193C315.733 875.142 320.474 877.038 324.267 877.986C327.111 878.934 332.8 879.882 335.644 880.83C338.489 881.779 343.229 881.779 347.022 882.727C360.296 884.623 372.622 885.571 385.896 885.571C417.185 884.623 448.474 877.986 476.918 865.66C537.6 840.06 587.852 788.86 611.555 726.282L614.4 719.645C615.348 717.749 617.244 711.112 618.193 709.216C620.089 703.527 621.985 696.89 622.933 691.201C622.933 689.305 623.881 685.512 624.83 683.616C626.726 673.186 628.622 660.86 628.622 650.43C628.622 647.586 628.622 641.897 628.622 639.053C628.622 639.053 628.622 638.105 628.622 637.156C620.089 637.156 612.504 636.208 603.97 635.26C474.074 621.986 375.467 509.156 379.259 377.364C382.104 237.986 497.778 128.001 634.311 128.949ZM310.044 792.653C293.926 783.171 277.807 771.793 264.533 758.519C205.748 701.63 165.926 625.779 152.652 544.238C128 400.119 187.733 252.208 306.252 165.927C372.622 117.571 456.059 91.0231 538.548 93.8676C440.889 98.6083 345.126 139.379 275.911 209.542C189.629 295.823 148.859 420.979 168.77 541.393C182.044 624.83 223.763 704.475 286.341 761.364C350.815 818.253 447.526 831.527 525.274 794.549C459.852 832.475 375.467 830.579 310.044 792.653ZM322.37 689.305C169.718 536.653 197.215 277.808 379.259 160.238C402.963 145.068 428.563 132.742 456.059 123.26C498.726 109.038 544.237 103.349 588.8 107.142C499.674 106.193 411.496 140.327 347.97 201.008C214.281 326.164 204.8 536.653 327.111 674.134C329.955 676.979 334.696 682.668 338.489 686.46C396.326 746.193 492.089 763.26 565.096 721.542C489.244 772.742 384 754.727 322.37 689.305ZM364.089 576.475L371.674 587.853L380.207 599.23L389.689 610.608C399.17 621.038 408.652 631.468 420.03 640.001C464.592 675.082 527.17 689.305 582.163 670.342C546.133 686.46 504.415 687.408 466.489 676.03C432.355 665.601 402.963 645.69 380.207 620.09C335.644 572.682 308.148 511.053 302.459 446.579C283.496 256.949 447.526 95.7639 637.155 124.208C593.541 122.312 549.926 128.001 510.104 143.171C499.674 146.964 487.348 152.653 477.867 158.342C475.97 159.29 470.281 162.134 468.385 163.082C466.489 164.031 460.8 167.823 458.904 168.771C455.111 170.668 450.37 174.46 446.578 176.356C442.785 179.201 438.044 182.045 435.2 184.89C311.941 274.964 280.652 447.527 364.089 576.475Z" fill="black"/>
<path d="M777.481 841.956C781.274 839.111 790.755 830.578 794.548 826.785C798.34 822.993 806.874 815.407 810.666 811.615C815.407 806.874 821.096 800.237 825.836 795.496C829.629 790.756 837.214 782.222 840.059 778.43C843.851 773.689 848.592 768 851.437 763.259C854.281 759.467 860.918 749.037 864.711 744.296C865.659 742.4 869.451 736.711 870.399 734.815C871.348 733.867 874.192 728.178 875.14 727.23C877.037 724.385 883.674 712.059 885.57 709.215C887.466 704.474 893.155 694.044 895.051 689.304C896.948 684.563 900.74 676.978 902.636 672.237C903.585 670.341 908.325 657.067 909.274 655.17C911.17 651.378 913.066 644.741 914.014 640.948C916.859 633.363 918.755 623.882 921.599 615.348C922.548 610.607 925.392 598.281 926.34 593.541L927.288 589.748C946.251 490.193 927.288 384.948 876.088 296.77C870.399 288.237 863.762 276.859 858.074 268.326C856.177 264.533 851.436 259.793 849.54 256L840.059 243.674C837.214 239.881 828.681 230.4 825.836 226.607C821.096 221.867 815.407 215.23 810.666 210.489C807.822 207.644 803.081 202.904 800.236 200.059L794.548 195.318L793.599 194.37L791.703 193.422L786.962 190.578C783.17 187.733 778.429 184.889 774.636 182.044L771.792 180.148C770.844 179.2 769.896 179.2 768.948 178.252C765.155 176.356 759.466 172.563 756.622 170.667C754.725 169.718 751.881 167.822 749.985 166.874C748.088 165.926 742.399 163.081 739.555 162.133C736.711 160.237 731.97 159.289 729.125 157.393C721.54 154.548 713.955 151.704 706.37 148.859C702.577 147.911 697.836 146.015 694.044 145.067C691.199 144.118 685.511 143.17 682.666 142.222C679.822 141.274 675.081 141.274 671.288 140.326C658.014 138.43 645.688 137.481 632.414 137.481C601.125 138.43 569.836 145.067 541.392 157.393C480.711 182.993 430.459 234.193 406.755 296.77L403.911 303.407C402.962 305.304 401.066 311.941 400.118 313.837C398.222 319.526 396.325 326.163 395.377 331.852C395.377 333.748 394.429 337.541 393.481 339.437C391.585 349.867 389.688 362.193 389.688 372.622C389.688 375.467 389.688 381.156 389.688 384C389.688 384 389.688 384.948 389.688 386.844C530.014 387.793 641.896 505.363 638.103 645.689C634.311 785.067 519.585 894.104 383.051 894.104C346.074 895.052 309.096 887.467 274.962 872.296C300.562 888.415 328.059 901.689 356.503 912.119C500.622 964.267 659.911 937.719 777.481 841.956ZM709.214 231.348C725.333 240.83 741.451 252.207 754.725 265.481C813.511 322.37 853.333 398.222 866.607 479.763C891.259 623.881 830.577 772.741 712.059 858.074C645.688 906.43 562.251 932.978 479.762 930.133C578.37 926.341 674.133 885.57 742.399 815.407C829.629 729.126 869.451 603.97 849.54 482.607C836.266 399.17 794.548 319.526 731.97 262.637C667.496 205.748 570.785 192.474 493.036 229.452C559.407 191.526 643.792 193.422 709.214 231.348ZM696.888 334.696C849.54 487.348 822.044 746.193 639.999 863.763C616.296 878.933 590.696 891.259 563.199 900.741C520.533 914.963 475.022 920.652 430.459 916.859C519.585 917.807 607.762 883.674 671.288 822.993C805.925 696.889 814.459 486.4 693.096 349.867C690.251 347.022 685.511 341.333 681.718 337.541C623.881 277.807 528.118 260.741 455.111 302.459C530.014 251.259 635.259 269.274 696.888 334.696ZM511.051 882.726C521.481 878.933 533.807 873.244 543.288 867.556C545.185 866.607 550.874 863.763 552.77 862.815C554.666 861.867 560.355 858.074 562.251 857.126C566.044 855.23 570.785 851.437 574.577 849.541C578.37 846.696 583.111 843.852 585.955 841.007C708.266 749.037 738.607 576.474 656.118 447.526L647.585 436.148L639.051 424.77L629.57 413.393C620.088 402.963 610.607 392.533 599.229 384C554.666 348.919 492.088 334.696 437.096 353.659C473.125 337.541 514.844 336.593 552.77 347.97C586.903 358.4 616.296 378.311 639.051 403.911C683.614 451.319 711.111 512.948 716.799 577.422C735.762 767.052 571.733 928.237 382.103 899.793C426.666 904.533 470.281 897.896 511.051 882.726Z" fill="black"/>
<path d="M401.066 388.741C398.221 388.741 395.377 387.793 392.532 387.793C392.532 387.793 392.532 387.793 392.532 388.741C399.169 388.741 405.806 389.689 412.443 390.637C408.651 389.689 404.858 389.689 401.066 388.741Z" fill="black"/>
</g>
<defs>
<clipPath id="clip0_1851_83221">
<rect width="853.333" height="853.333" fill="white" transform="translate(85.3333 85.3333)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB