I am planning my all day activities in Google calendar LIke
我正在用谷歌日历计划我的日常活动
- Offcie time
- Offcie时间
- sleeping
- 睡觉
- playing
- 玩
- Gym
- 健身房
I am happy with Google but issue is that i don't get reporting so that i can see how much time is spent in each category.
我对谷歌很满意,但问题是我没有报告,这样我就能知道每个类别花了多少时间。
I know python and django so i was thinking is it possible that i still log all events in Google calendar and then i have daily cron jobs which will fetch events from Google calendar and then put in mysql database.
我知道python和django,所以我在想,我是否可能仍然在谷歌日历中记录所有事件,然后我有每日cron作业,从谷歌日历中获取事件,然后放入mysql数据库。
The main issue is i want to define separate categories for different things. Like WORK, SLEEP, SHOPPING etc.
主要问题是我想为不同的东西定义不同的类别。喜欢工作、睡觉、购物等。
But how can i do that from event name only. DO i need to enter some words in events whicg i can grab and make them as category. ANy ideas on that
但是我怎么能只从事件名来做呢。我是否需要在事件中输入一些词,因为我可以抓取它们并使它们成为类别。任何想法
2 个解决方案
#1
1
You may be interseted in this:
你可能对此感兴趣:
http://www.gtimereport.com/
The gtimereport is a free online tool to extract your data from multiple google calendar to do time reporting. Looks clean.
gtimereport是一个免费的在线工具,可以从多个谷歌日历中提取数据来完成时间报告。看起来挺干净的。
#2
0
Another interesting link can be this one: http://en.wikipedia.org/wiki/ICalendar
另一个有趣的链接是http://en.wikipedia.org/wiki/ICalendar
#1
1
You may be interseted in this:
你可能对此感兴趣:
http://www.gtimereport.com/
The gtimereport is a free online tool to extract your data from multiple google calendar to do time reporting. Looks clean.
gtimereport是一个免费的在线工具,可以从多个谷歌日历中提取数据来完成时间报告。看起来挺干净的。
#2
0
Another interesting link can be this one: http://en.wikipedia.org/wiki/ICalendar
另一个有趣的链接是http://en.wikipedia.org/wiki/ICalendar