Loading...
Loading...
Compliance Calendar
Never miss a compliance deadline. Schedule events, set reminders, and manage recurring obligations with ease.
Capabilities
Visual calendar showing all compliance events. Filter by type, status, and date range.
Configurable reminder lead times. Get notified 7, 14, or 30 days before events via any channel.
Support for recurring events with standard recurrence rules. Annual audits, quarterly reviews, monthly checks.
Automatic overdue detection and escalation. Never let a compliance deadline slip unnoticed.
Link calendar events to compliance goals for end-to-end tracking from objective to execution.
Organize events by type: audits, certifications, policy reviews, training, and deadlines.
Developer Integration
import { DRD } from '@drd/sdk';
const drd = new DRD({ token: 'drd_live_sk_...' });
await drd.complianceCalendar.createEvent({
title: 'Annual SOC 2 Audit',
eventType: 'audit',
startDate: '2026-06-01T09:00:00Z',
recurring: true,
recurrenceRule: 'FREQ=YEARLY',
reminderDays: 30,
});Automated reminders, recurring events, and overdue tracking. Compliance scheduling on autopilot.