mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Move ical-related stuff to rustical_ical crate
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::calendar::{Calendar, CalendarObject};
|
||||
use crate::error::Error;
|
||||
use crate::{Calendar, error::Error};
|
||||
use async_trait::async_trait;
|
||||
use chrono::NaiveDate;
|
||||
use rustical_ical::CalendarObject;
|
||||
|
||||
#[derive(Default, Debug, Clone)]
|
||||
pub struct CalendarQuery {
|
||||
|
||||
Reference in New Issue
Block a user