pub fn append_event_at( rules_path: &Path, simulate: bool, at: DateTime<Utc>, event_type: &str, payload: Value, ) -> Result<()>