Auto Delete MongoDB documents after 30d
I building a calendar app with React & Express.js & Mongo DB the calendar has month view displays weekly events, and i want to delete these events automaticlly after 30 days my schema.ts: import { Calendar } from "../types"; const…