- Make a csv file, like this:
Subject,Start Date,Start Time,End Date,End Time,All Day Event
Tempo 7km,2018/10/16,05:10:00 PM,2018/10/16,06:10:00 PM,False
Tempo 13km,2018/10/17,04:30:00 PM,2018/10/17,06:30:00 PM,False - Login to Google Calendar
- Click the three vertial dots at the right of calendar -> 設定與共用
- On the next page, click the 匯入與匯出 on the top left panel
- Select the import file, e.g google_calendar_template.csv
- 新增至日曆,e.g. 路跑比賽
- Then click 匯入
- Done.
2018年10月14日 星期日
Training plan to Google calendar
2018年10月1日 星期一
dropbox icon not showing
cf: https://askubuntu.com/questions/1029225/how-to-fix-broken-nautilus-dropbox-icon-in-ubuntu-18-04-gnome-flashback-in-top-p
dropbox stop
gedit ~/.config/autostart/dropbox.desktop
replaceExec=dropbox start -i
with
Exec=env XDG_CURRENT_DESKTOP=Unity dropbox start
sudo gedit /usr/share/applications/dropbox.desktop
replaceExec=dropbox start -i
with
Exec=env XDG_CURRENT_DESKTOP=Unity dropbox start
- click Dropbox in dash to start it.
- Done.
訂閱:
意見 (Atom)
-
cf: https://www.tenforums.com/tutorials/101274-uninstall-printer-driver-windows-10-a.html Open cmd in administer mode Run printmanagement...
-
cf: https://forums.raspberrypi.com/viewtopic.php?t=278033 For linux: First run the command: route -n It will show the metrics of the i...
-
cf: https://askubuntu.com/questions/1276111/error-upgrading-grub-efi-amd64-signed-special-device-old-ssd-does-not-exist sudo mv /var/cache...