This repository was archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
61 lines (35 loc) · 1.48 KB
/
readme.txt
File metadata and controls
61 lines (35 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
QuickCalView Chrome Extension
This is a simple chrome extension I created to provide a quick view of upcoming calendar events + tasks, and to create new ones.
There are 4 types of items this works with:
1. Todo Tasks
These are tasks on the default list with no specific due date.
Format: 'todo: <description>'
Example: 'todo: buy more paper towels'
2. Due Tasks
These are tasks on the default list with a specific due date.
Format: 'due MMM DD: <description>'
Example: 'due sep 3: research paper'
3. Calendar Events at a single time
These are events on the primary calendar that happen at a specific date and time.
Format: 'MMM DD @HH.MM-HH.MM: <description>'
Hours are in 24 hour format
Time can be shortened to '@HH', '@HH-HH', '@HH.MM'
If only a single time is given, the length is assumed to be 1 hour
Example: 'Jun 4 @15: Work Meeting'
Example: 'Dec 31 @8.30: Work Meeting'
Example: 'Apr 3 @12-14: Work Meeting'
Example: 'Mar 24 @8.30-15.15: Work Meeting'
4. Full Day Calendar Events
These are events on the primary calendar that last for 1+ days
Format: 'MMM DD: <description>' or 'MMM DD-DD: <description>'
Example: 'Jun 29: Richard's birthday'
Example: 'Jun 29-2: Summer Vacation'
# Here it automatically knows to go to July 2
Thanks to the following:
Moment:
moment.js and moment.tz.js libraries,
freely provided under MIT license
http://momentjs.com
jsTimezoneDetect:
jstz.js library freely provided under MIT license
http://bitbucket.org/pellepim/jstimezonedetect