add upstream calendars page
This commit is contained in:
parent
830f45423f
commit
ef0d32f0b7
4 changed files with 103 additions and 33 deletions
|
@ -36,10 +36,11 @@ impl Config {
|
|||
#[derive(Deserialize)]
|
||||
struct Event {
|
||||
#[serde(alias = "durationInMinutes")]
|
||||
duration_in_minutes: u32,
|
||||
_duration_in_minutes: u32,
|
||||
timestamp: i64,
|
||||
title: String,
|
||||
description: String,
|
||||
#[serde(alias = "description")]
|
||||
_description: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue