diff --git a/packages/app-store/cal-ai/DESCRIPTION.md b/packages/app-store/cal-ai/DESCRIPTION.md index 35437d976c..9643d5ee75 100644 --- a/packages/app-store/cal-ai/DESCRIPTION.md +++ b/packages/app-store/cal-ai/DESCRIPTION.md @@ -1,12 +1,34 @@ --- items: - 1.jpg + - 2.jpg + - 3.jpg + - 4.jpg + - 5.jpg --- +**FREE TRIAL until December 1st, 2023** + {DESCRIPTION} -Example questions: +## Example questions: -- Send an email with the title: What's my schedule? -- Forward an email from someone looking to meet you -- Ask to schedule a call with someone +- "Book a meeting with @cal-user this week at a good time" +- "Find a time to meet with not-a-cal-user@gmail.com this week" +- "Move my meeting with [Someone's Name] to next week" +- "What does my week look like?" +- "When is my next meeting?" +- "What is my least busy day next week?" +- "Cancel the meeting with [Someone's Name]" +- "Reschedule the meeting with not-a-cal-user@gmail.com" +- "Is @cal-user busy on Friday at noon?" +- "Move my meeting at 2pm tomorrow to next week on Friday at 5pm" + +### Or, any of that in a thread: +- What meetings do I have this week? + - Meeting 1, Meeting 2 +- Cancel that first meeting + + +### Or, doing multiple things: +- Cancel all my meetings tomorrow then book a quick chat with @joe at noon, a long meeting with @jane at 1 (both tomorrow). Also see if Toby is down to grab dinner this week (toby@gmail.com). Finally send me my updated agenda of everything I have coming up in the next couple days. \ No newline at end of file diff --git a/packages/app-store/cal-ai/config.json b/packages/app-store/cal-ai/config.json index e329739d7b..b371cc1e13 100644 --- a/packages/app-store/cal-ai/config.json +++ b/packages/app-store/cal-ai/config.json @@ -3,6 +3,7 @@ "name": "Cal.ai", "slug": "cal-ai", "type": "cal-ai_automation", + "trial": 14, "logo": "icon.png", "url": "https://cal.ai", "variant": "automation", diff --git a/packages/app-store/cal-ai/static/1.jpg b/packages/app-store/cal-ai/static/1.jpg index 050acf433f..9792aedc37 100644 Binary files a/packages/app-store/cal-ai/static/1.jpg and b/packages/app-store/cal-ai/static/1.jpg differ diff --git a/packages/app-store/cal-ai/static/2.jpg b/packages/app-store/cal-ai/static/2.jpg new file mode 100644 index 0000000000..050acf433f Binary files /dev/null and b/packages/app-store/cal-ai/static/2.jpg differ diff --git a/packages/app-store/cal-ai/static/3.jpg b/packages/app-store/cal-ai/static/3.jpg new file mode 100644 index 0000000000..fab5b1ef18 Binary files /dev/null and b/packages/app-store/cal-ai/static/3.jpg differ diff --git a/packages/app-store/cal-ai/static/4.jpg b/packages/app-store/cal-ai/static/4.jpg new file mode 100644 index 0000000000..0b0fbbfde9 Binary files /dev/null and b/packages/app-store/cal-ai/static/4.jpg differ diff --git a/packages/app-store/cal-ai/static/5.jpg b/packages/app-store/cal-ai/static/5.jpg new file mode 100644 index 0000000000..ccb8475bdd Binary files /dev/null and b/packages/app-store/cal-ai/static/5.jpg differ