pub struct Event { pub name: String, pub description: String, pub link: String, pub local_date: String, pub local_time: String, // venue struct }