mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 18:58:18 +00:00
Compare commits
2 Commits
| 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:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: ["main", "dev"]
|
||||
release:
|
||||
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())
|
||||
.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;
|
||||
error!(
|
||||
"An error occured parsing a calendar object: principal={principal}, calendar={calendar}, object_id={object_id}: {err}",
|
||||
|
||||
Reference in New Issue
Block a user