Merge 4fc264a0c1 into dea19c4f23
This commit is contained in:
commit
22851565a2
13
README.md
13
README.md
|
|
@ -73,6 +73,7 @@
|
|||
- [Video and Audio](#video-and-audio)
|
||||
- [Audio](#audio)
|
||||
- [Podcasts](#podcasts)
|
||||
- [Meeting Scheduling](#meeting-scheduling)
|
||||
- [Music Recognition (Shazam-like)](#music-recognition)
|
||||
- [Notes and Tasks](#notes-and-tasks)
|
||||
- [Office](#office)
|
||||
|
|
@ -897,6 +898,18 @@ These providers offer apps and services filled with data trackers. Also, most of
|
|||
|
||||
[Back to top 🔝](#contents)
|
||||
|
||||
## Meeting Scheduling
|
||||
|
||||
⛔ **Avoid**
|
||||
|
||||
- **Calendly** - Embeds tracking pixels on scheduling pages, collects invitee data beyond what's needed for scheduling, and shares it with third-party advertising partners.
|
||||
|
||||
✅ **Instead use**
|
||||
|
||||
- [Tymeslot](https://github.com/Tymeslot/tymeslot) - Open-source, self-hostable meeting scheduling platform. Guests book time without creating an account; hosts retain full control of their data.
|
||||
|
||||
[Back to top 🔝](#contents)
|
||||
|
||||
## Music Recognition
|
||||
|
||||
⛔ **Avoid**
|
||||
|
|
|
|||
Loading…
Reference in New Issue