calcom/lib
vklimontovich 2894be8689 Added telemetry collection (through jitsu.com)
- Introduced useTelemetry() hook
 - Telemetry events are sent for page_view, booking_confirmed, time_selected, date_selected events
 - Telemetry is configured (and can be disabled) with NEXT_PUBLIC_TELEMETRY_KEY env variable
2021-04-27 17:19:12 +03:00
..
auth.ts Add base admin interface 2021-03-24 15:03:04 +00:00
calendarClient.ts Even though Office 365 is set to UTC, it does not respond with Z in the API response indicating UTC, this fixes that by adding the Z 2021-04-22 13:58:48 +00:00
integrations.ts Adds Office 365 / Outlook.com Calendar Integration 2021-04-21 23:10:48 +01:00
prisma.ts Standardise semicolons 2021-04-11 18:12:18 +01:00
slots.ts Completely rebuilt logic when dealing with timezones. Now all available events should appear when selecting a date. 2021-04-17 02:08:35 +02:00
telemetry.ts Added telemetry collection (through jitsu.com) 2021-04-27 17:19:12 +03:00