io-calendar 0.0.1

Set of I/O-free coroutines to manage calendars
1
2
3
4
5
use super::create_item::CreateCalendarItem;

// NOTE: for now, the update flow is exactly the same as the create
// one, so we just alias it
pub type UpdateCalendarItem = CreateCalendarItem;