corky-google 0.29.0

Corky Google Workspace, Calendar, Search Console, and Tasks commands
Documentation
1
2
3
4
5
6
7
//! Google Calendar management — list, delete, and create events.

pub mod auth;
pub mod check;
pub mod create;
pub mod delete;
pub mod list;