File: OldEvents.cnf

package info (click to toggle)
libdate-manip-perl 6.98-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,928 kB
  • sloc: perl: 222,846; sh: 54; ansic: 26; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (8)
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
################################
# EVENTS
################################
*EVENTS

# These are events that occur over a range of time.  Useful for scheduling
# or calendar applications.

# Forms include
#  date          = event  # Sets an event lasting 1 day or 1 hour (if no time)

2000-02-01               = Event1
2000-05-01               = Event2
2000-04-01-12:00:00      = Event3

#  recur         = event  # Sets a recurring event lasting 1 day or 1 hour

1*01:0:10:0:0:0          = Recurring event 1 day long
1*02:0:10:12:0:0         = Recurring event 1 hour long

#  date0 ; date1 = event  # Sets an event lasting from date0 to date1 inclusive
#                           (i.e. if date1 doesn't contain a a time, it ends at
#                           midnight of that date)

2000-01-01 ; 2000-03-21  = Winter
2000-03-22 ; 2000-06-21  = Spring
2000-06-22 ; 2000-09-21  = Summer
2000-09-22 ; 2000-12-21  = Fall
2000-12-22 ; 2000-12-31  = Winter

#  recur ; delta = event  # Sets an event of this duration

1*03:0:10:12:0:0 ; 0:0:0:0:2:30:0 = Recurring event 2:30 long

# Local Variables:
# indent-tabs-mode: nil
# End: