日历时间
这是开源Web应用程序“日历时间”的存储库
该应用程序允许将Google日历事件导出为csv和pdf格式
安装
为了运行该应用程序进行开发,您必须创建一个google api配置文件并将其包含在应用程序的根目录中。
该文件应名为apiGoogleconfig.json并包含以下值
{
" clientId " : " xxxxxxxx-xxxxxxxx.apps.googleusercontent.com " ,
" apiKey " : " xxxxxxxx " ,
" scope " : " https://www.googleapis.com/auth/calendar " ,
" discoveryDocs " : [
" https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest
1