mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 14:08:23 +00:00
Compare commits
2 Commits
v0.11.11
...
48b2e614a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48b2e614a8 | ||
|
|
f26214abb9 |
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -2,7 +2,7 @@ name: Docker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main", "dev"]
|
||||||
release:
|
release:
|
||||||
types: ["published"]
|
types: ["published"]
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,10 @@ pub async fn validate_calendar_objects_0_12(
|
|||||||
ical_dev::parser::ical::IcalObjectParser::new(object.get_ics().as_bytes())
|
ical_dev::parser::ical::IcalObjectParser::new(object.get_ics().as_bytes())
|
||||||
.expect_one()
|
.expect_one()
|
||||||
{
|
{
|
||||||
|
if ical_dev::parser::ParserError::InvalidVersion == err {
|
||||||
|
// This is a known issue that might cause a lot of spam in the logs
|
||||||
|
continue;
|
||||||
|
}
|
||||||
success = false;
|
success = false;
|
||||||
error!(
|
error!(
|
||||||
"An error occured parsing a calendar object: principal={principal}, calendar={calendar}, object_id={object_id}: {err}",
|
"An error occured parsing a calendar object: principal={principal}, calendar={calendar}, object_id={object_id}: {err}",
|
||||||
|
|||||||
Reference in New Issue
Block a user