public async Task <IActionResult> GetCalendarEntry(Guid id) { return(Ok(await metaDB.GetCalendarEntry(id))); }