query CalendarQuery($from: String, $to: String) { calendar(dateRange: { from: $from, to: $to }) { id title start end contact note isArchived createdAt archiveNote archivedAt } }