generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code to handle errors when retrieving and processing calendars
Previously, the code did not handle errors properly when retrieving and parsing calendar data. This update introduces error handling for downloading and filtering events from the calendars. - Added error handling for downloading calendars and parsing errors. - Store error messages encountered during processing. - Notify the user about any errors encountered during processing. This change ensures that any errors encountered during the retrieval and processing of calendars are properly handled and communicated to the user. Should help with BUG: "Invalid time value" when pointing to a Nextcloud-powered ICS #61
- Loading branch information
Showing
1 changed file
with
49 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters