bigtinker 0.97 → 0.98

Sign up to get free protection for your applications and to get access to all the features.
Files changed (184) hide show
  1. data/code/01rwdcore/01rwdcore.rb +6 -6
  2. data/code/01rwdcore/02helptexthashbegin.rb +13 -11
  3. data/code/01rwdcore/jumplinkcommand.rb +14 -4
  4. data/code/01rwdcore/openhelpwindow.rb +7 -0
  5. data/code/01rwdcore/runhelpabout.rb +6 -1
  6. data/code/01rwdcore/runtab.rb +15 -0
  7. data/code/01rwdcore/selectiontab.rb +2 -0
  8. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  9. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  10. data/code/01rwdcore/test_cases.rb +100 -51
  11. data/code/01rwdcore/test_harness.rb +8 -1
  12. data/code/01rwdcore/uploadreturns.rb +3 -0
  13. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  14. data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -0
  15. data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +14 -0
  16. data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +17 -0
  17. data/code/superant.com.rwdtinkerbackwindow/changelocale.rb +84 -0
  18. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +0 -1
  19. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  20. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  21. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  22. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +4 -0
  23. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  24. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +3 -1
  25. data/code/superant.com.rwdtinkerbackwindow/showlocaleoptions.rb +9 -0
  26. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  27. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  28. data/code/superant.com.schedule/0uninstallapplet.rb +24 -0
  29. data/code/superant.com.schedule/archiveevent.rb +14 -0
  30. data/code/superant.com.schedule/archiveicsevent.rb +14 -0
  31. data/code/superant.com.schedule/cleareventscreendisplay.rb +19 -0
  32. data/code/superant.com.schedule/deleteeventrecord.rb +19 -0
  33. data/code/superant.com.schedule/deleteicseventrecord.rb +19 -0
  34. data/code/superant.com.schedule/deleterwdscheduleupdatefiles.rb +20 -0
  35. data/code/superant.com.schedule/downloadrwdschedulefiles.rb +37 -0
  36. data/code/superant.com.schedule/exporticseventrecord.rb +97 -0
  37. data/code/{superant.com.foldeditor → superant.com.schedule}/helptexthashload.rb +2 -2
  38. data/code/superant.com.schedule/listeventdates.rb +19 -0
  39. data/code/superant.com.schedule/listicseventdates.rb +19 -0
  40. data/code/{superant.com.foldeditor → superant.com.schedule}/loadconfigurationrecord.rb +4 -4
  41. data/code/superant.com.schedule/loadconfigurationvariables.rb +14 -0
  42. data/code/superant.com.schedule/loadeventrecord.rb +38 -0
  43. data/code/superant.com.schedule/loadicseventrecord.rb +30 -0
  44. data/code/superant.com.schedule/openhelpwindowrwdschedule.rb +43 -0
  45. data/code/superant.com.schedule/renameeventdata.rb +14 -0
  46. data/code/superant.com.schedule/renameicseventdata.rb +17 -0
  47. data/code/{superant.com.foldeditor/runrwdapplet.rb → superant.com.schedule/returntomain.rb} +3 -3
  48. data/code/superant.com.schedule/runrwdscheduleicsbackwindow.rb +10 -0
  49. data/code/superant.com.schedule/runrwdschedulemenu1.rb +34 -0
  50. data/code/superant.com.schedule/runrwdschedulesyncbackwindow.rb +10 -0
  51. data/code/{superant.com.foldeditor/rwdtinkerversion.rb → superant.com.schedule/rwdversion.rb} +2 -2
  52. data/code/{superant.com.foldeditor → superant.com.schedule}/saveconfigurationrecord.rb +5 -6
  53. data/code/superant.com.schedule/saveeventrecord.rb +25 -0
  54. data/code/superant.com.schedule/saveicseventrecord.rb +98 -0
  55. data/code/superant.com.schedule/syncrwdschedule.rb +30 -0
  56. data/code/superant.com.schedule/test_cases.rb +45 -0
  57. data/code/superant.com.schedule/uploadrwdschedulefiles.rb +30 -0
  58. data/code/superant.com.schedule/viewevent.rb +20 -0
  59. data/code/superant.com.schedule/viewicsevent.rb +20 -0
  60. data/code/superant.com.schedule/viewrwdschedulesconfiguration.rb +21 -0
  61. data/code/zz0applicationend/zz0end.rb +2 -1
  62. data/configuration/bigtinker.dist +5 -2
  63. data/configuration/rwdtinker.dist +3 -3
  64. data/configuration/rwdwschedule.dist +28 -0
  65. data/configuration/tinkerwin2variables.dist +1 -1
  66. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +5 -0
  67. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +45 -0
  68. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/67viewconfiguration.rwd +29 -0
  69. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/70rwddiagnostics.rwd +16 -0
  70. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/m01menubegin.rwd +18 -0
  71. data/gui/tinkerbackwindows/{superant.com.foldeditor/9end.rwd → superant.com.rwdschedulebackwindow/zvbackend.rwd} +6 -6
  72. data/gui/tinkerbackwindows/superant.com.rwdschedules/1appname.rwd +5 -0
  73. data/gui/tinkerbackwindows/superant.com.rwdschedules/gg0viewevent.rwd +27 -0
  74. data/gui/tinkerbackwindows/superant.com.rwdschedules/gl6editrecord.rwd +56 -0
  75. data/gui/tinkerbackwindows/superant.com.rwdschedules/gl8contactutilities.rwd +25 -0
  76. data/gui/tinkerbackwindows/superant.com.rwdschedules/hl9calendar.rwd +27 -0
  77. data/gui/tinkerbackwindows/superant.com.rwdschedules/m01menubegin.rwd +18 -0
  78. data/gui/tinkerbackwindows/{superant.com.slideshow/9end.rwd → superant.com.rwdschedules/zvbackend.rwd} +6 -6
  79. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/1appname.rwd +5 -0
  80. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/30viewevent.rwd +27 -0
  81. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/40editrecord.rwd +49 -0
  82. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/60eventicsutilities.rwd +25 -0
  83. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/m01menubegin.rwd +18 -0
  84. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/zvbackend.rwd +6 -0
  85. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +1 -1
  86. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80localechanger.rwd +17 -0
  87. data/init.rb +7 -1
  88. data/installed/rwdscheduledate2.inf +6 -0
  89. data/installed/rwdwschedule.inf +20 -0
  90. data/lang/en/rwdcalendar/en.po +32 -0
  91. data/lang/en/rwdcore/en.po +31 -0
  92. data/lang/es/rwdcalendar/es.po +10 -0
  93. data/lang/es/rwdcore/es.po +27 -15
  94. data/lang/fr/rwdcalendar/fr.po +11 -0
  95. data/lang/fr/rwdcore/fr.po +4 -1
  96. data/lang/hi/rwdcalendar/hi.po +11 -0
  97. data/lang/hi/rwdcore/hi.po +39 -36
  98. data/lang/ja/rwdcalendar/ja.po +11 -0
  99. data/lang/ja/rwdcore/ja.po +3 -0
  100. data/lang/nl/rwdcalendar/nl.po +12 -0
  101. data/lang/nl/rwdcore/nl.po +4 -1
  102. data/lib/cal.rb +158 -0
  103. data/lib/icalendar.rb +18 -0
  104. data/lib/icalendar/base.rb +17 -0
  105. data/lib/icalendar/calendar.rb +44 -0
  106. data/lib/icalendar/calendar_parser.rb +237 -0
  107. data/lib/icalendar/component.rb +91 -0
  108. data/lib/icalendar/component/alarm.rb +16 -0
  109. data/lib/icalendar/component/event.rb +25 -0
  110. data/lib/icalendar/component/freebusy.rb +12 -0
  111. data/lib/icalendar/component/journal.rb +25 -0
  112. data/lib/icalendar/component/timezone.rb +26 -0
  113. data/lib/icalendar/component/todo.rb +21 -0
  114. data/lib/icalendar/helpers.rb +103 -0
  115. data/lib/icalendar/parameter.rb +25 -0
  116. data/lib/zip/ioextras.rb +43 -2
  117. data/lib/zip/stdrubyext.rb +5 -5
  118. data/lib/zip/tempfile_bugfixed.rb +2 -2
  119. data/lib/zip/zip.rb +618 -149
  120. data/lib/zip/zipfilesystem.rb +59 -8
  121. data/lib/zip/ziprequire.rb +32 -3
  122. data/rwd_files/HowTo_BigTinker.txt +15 -3
  123. data/rwd_files/HowTo_Schedule.txt +265 -0
  124. data/rwd_files/HowTo_Tinker.txt +14 -0
  125. data/rwd_files/Tinkerhelptexthash.txt +5 -2
  126. data/rwd_files/rwdapplications.html +23 -1
  127. data/rwd_files/rwdschedulehelpfiles.txt +19 -0
  128. data/rwd_files/schedules/20050120T09.ics +9 -0
  129. data/rwd_files/schedules/200505may02a.sch +4 -0
  130. data/rwd_files/schedules/Enterprise.ics +411 -0
  131. data/rwd_files/schedules/US Holidays.ics +575 -0
  132. data/rwd_files/schedules/archive/sample.archive +1 -0
  133. data/rwd_files/schedules/testics05.ics +11 -0
  134. data/rwdconfig.dist +4 -2
  135. data/{bigtinker.rb → rwdtinker.rb} +0 -0
  136. data/tests/{makedist-rwdwfoldeditor.rb → makedist-rwdwhypernote.rb} +4 -8
  137. data/tests/makedist.rb +1 -1
  138. data/updates/temp.rb +1 -0
  139. data/zips/rwdwfoldeditor-0.07.zip +0 -0
  140. data/zips/rwdwhypernote-0.16.zip +0 -0
  141. data/zips/rwdwschedule-1.07.zip +0 -0
  142. data/zips/tinkerbellw-0.04.zip +0 -0
  143. metadata +102 -54
  144. data/code/superant.com.foldeditor/0uninstallapplet.rb +0 -17
  145. data/code/superant.com.foldeditor/changehypernotename.rb +0 -21
  146. data/code/superant.com.foldeditor/chooselinkfile.rb +0 -6
  147. data/code/superant.com.foldeditor/choosenotefile.rb +0 -6
  148. data/code/superant.com.foldeditor/clearnotescreen.rb +0 -7
  149. data/code/superant.com.foldeditor/createnewnotehtml.rb +0 -31
  150. data/code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb +0 -19
  151. data/code/superant.com.foldeditor/launchfoldeditorurl.rb +0 -19
  152. data/code/superant.com.foldeditor/listfoldeditorfiles.rb +0 -7
  153. data/code/superant.com.foldeditor/loadconfigurationvariables.rb +0 -14
  154. data/code/superant.com.foldeditor/loadfolddocument.rb +0 -18
  155. data/code/superant.com.foldeditor/loadnextnote.rb +0 -32
  156. data/code/superant.com.foldeditor/loadprevnote.rb +0 -32
  157. data/code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb +0 -19
  158. data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +0 -30
  159. data/code/superant.com.foldeditor/rwddisplayfoldlinks.rb +0 -41
  160. data/code/superant.com.foldeditor/savefoldlinkfile.rb +0 -20
  161. data/code/superant.com.foldeditor/savehtmlhypernoterecord.rb +0 -20
  162. data/configuration/rwdwfoldeditor.dist +0 -16
  163. data/gui/tinkerbackwindows/superant.com.foldeditor/10appletbegin.rwd +0 -4
  164. data/gui/tinkerbackwindows/superant.com.foldeditor/10aviewnote.rwd +0 -36
  165. data/gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd +0 -43
  166. data/gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd +0 -43
  167. data/gui/tinkerbackwindows/superant.com.foldeditor/67viewconfiguration.rwd +0 -27
  168. data/gui/tinkerbackwindows/superant.com.foldeditor/81jumplinkcommands.rwd +0 -17
  169. data/gui/tinkerbackwindows/superant.com.slideshow/10appletbegin.rwd +0 -4
  170. data/gui/tinkerbackwindows/superant.com.slideshow/11viewnamedata.rwd +0 -19
  171. data/gui/tinkerbackwindows/superant.com.slideshow/13listnamerecordfiles.rwd +0 -21
  172. data/gui/tinkerbackwindows/superant.com.slideshow/16editrecord.rwd +0 -39
  173. data/gui/tinkerbackwindows/superant.com.slideshow/17viewvcardrecord.rwd +0 -32
  174. data/gui/tinkerbackwindows/superant.com.slideshow/18contactutilities.rwd +0 -34
  175. data/gui/tinkerbackwindows/superant.com.slideshow/81jumplinkcommands.rwd +0 -17
  176. data/installed/rwdwfoldeditor.inf +0 -11
  177. data/rwd_files/HowTo_FoldEditor.txt +0 -131
  178. data/rwd_files/default.fld +0 -9
  179. data/rwd_files/rubylinks.fld +0 -6
  180. data/rwd_files/rwdfoldeditorhelpfiles.txt +0 -42
  181. data/rwd_files/rwdhypernote-0.13.fld +0 -202
  182. data/zips/rwdwfoldeditor-0.06.zip +0 -0
  183. data/zips/rwdwschedule-1.05.zip +0 -0
  184. data/zips/tinkerbellw-0.03.zip +0 -0
@@ -228,11 +228,25 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
228
228
  Thanks, Steven Gibson
229
229
 
230
230
  == Changelog
231
+ version 1.85
232
+ added TabHash way of adding menu choices
233
+ fixed zip listing tab - showing old files bug 22302
234
+
235
+ version 1.84
236
+ added locale changer tab (have: en,es,ja,hi,nl,fr)
237
+ updated to newer Rubyzip library
238
+ replaced testharness framework
239
+
240
+ version 1.83
241
+ adding more Spanish and Hindu po strings
242
+ changed handling of log file
243
+
231
244
  version 1.82
232
245
  switch to po files for translation files
233
246
  add beginning of Hindi po file
234
247
  added more Japanese strings
235
248
  changed handling of lang change = in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
249
+ refactored init.rb to move routines into lib/rwdtinker modules
236
250
 
237
251
  version 1.81
238
252
  condensed config files from 4 -> 2
@@ -1,4 +1,5 @@
1
- # Help files for RwdTinker core
1
+
2
+ # Help files for RwdTinker core Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
3
 
3
4
 
4
5
  Helptext.update( :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
@@ -6,7 +7,8 @@ init.rb file to something like:\n<br>
6
7
  RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
7
8
  Then you should be able to login at: http://yourhostname:8080")
8
9
 
9
-
10
+ Helptext.update( :general_help => "#{Message[:message_general_help]}" )
11
+
10
12
  Helptext.update( :documents_rwdtinker => "<b>Documents:
11
13
  <p>
12
14
 
@@ -79,3 +81,4 @@ Then you should be able to login at: http://yourhostname:8080")
79
81
  You can view the list of rwdtinker applets you have installed already by clicking 'view already installed GEM applets'
80
82
  "
81
83
  )
84
+ Helptext.update( :localechanger_help => "#{Message[:locale_changer_help] }" )
@@ -9,11 +9,33 @@ rwdapplications information
9
9
  rwdapplications information (rwdshell)
10
10
  </h1>
11
11
  <br>
12
+ <h2>
13
+ Overview of the Project
14
+ </h2>
15
+ <h3><b>
16
+ RwdTinker framework for RubyWebDialogs</b>
17
+ <p>
18
+ RwdTinker is a web brower interface to and system for developing programs
19
+ <p>
20
+ Usage
21
+ <p>
22
+ How to Use the Tinker framework Program (rwdtinker)
23
+ <p>
24
+ 1. stand alone application 2. framework for building applications 3. Open brower windows with html documents
25
+ <p>
26
+ The GUI interface used is RubyWebDialogs The source code and the gui code are split into atomic parts and use init.rb to merge the parts together.
27
+ <p>
28
+ With the framework, we are able to ship a "plugin" or "applet" that can be dropped into a directory and installed automatically. Also uninstalled. I am calling this framework Tinker, so the core program I call rwdtinker. My wife, Charlotte. suggested the name. It relates to the "Tinker Toys" that has blocks and dowls and shapes that can be assembled by children and take different shapes. Without the word toy, it reminds us if the older English meaning of "a person who repairs pots and household devices by soldering and hammering.
29
+ <p>
30
+ The delivered applet is setup in the required directory structure with code configueration gui including help files location of documentation rwd_files = where documention for the applet can go. installed = a inf file that lists the manifest of files
31
+ <p>
32
+ This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
33
+ <p>
34
+ The enduser who has the rwdtinker program drops the zip file into a directory called zips. I have parts of rwdtinker now (for Linux) that can install it automatically and remove it (based on the .inf file)
12
35
  <h2>
13
36
 
14
37
  Some additional programs in this series
15
38
  </h2>
16
- <h3>
17
39
  <br><blockquote>
18
40
  rwdaddresses a little address book
19
41
  <br><br>
@@ -0,0 +1,19 @@
1
+ #the message hashes for this help messages are in the po files under the lang directory
2
+
3
+ Helptext.update( :rwdschedule_generalhelp => "#{Message[:rwdschedule_calendar_generalhelp]}")
4
+
5
+ Helptext.update( :rwdschedulefilelist_generalhelp => "#{Message[:rwdschedule_filelist_generalhelp]}")
6
+
7
+ Helptext.update( :eventutilities_help => "#{Message[:event_utilities_help]}")
8
+
9
+ Helptext.update( :rwdschedule_configuration => "#{Message[:rwdschedule_calendar_configuration]}")
10
+
11
+ Helptext.update( :rwdschedule_sync => "#{Message[:rwdschedule_calendar_sync]}")
12
+
13
+ Helptext.update( :calendar_help => "#{Message[:rwdschedule_calendar_help]}")
14
+
15
+
16
+ Helptext.update( :icsfile_help => "#{Message[:rwdschedule_icsfile_help]}")
17
+
18
+
19
+
@@ -0,0 +1,9 @@
1
+ BEGIN:VCALENDAR
2
+ VERSION:3.2
3
+ PRODID:test-prodid
4
+ BEGIN:VEVENT
5
+ DTEND:20050120T090000
6
+ DTSTART:20050120T090000
7
+ SUMMARY: - Dentist | s@aa.net | Friday Feb 4 | s | ss
8
+ END:VEVENT
9
+ END:VCALENDAR
@@ -0,0 +1,4 @@
1
+ 20050502T60000
2
+ 20050502T70000
3
+ nancy's b-day
4
+
@@ -0,0 +1,411 @@
1
+ BEGIN:VCALENDAR
2
+ VERSION:2.0
3
+ X-WR-CALNAME:Enterprise
4
+ PRODID:-//Apple Computer\, Inc//iCal 1.5//EN
5
+ X-WR-RELCALID:844B3A44-6CB8-11D9-9CC2-000D93C16E54-CALP
6
+ X-WR-TIMEZONE:US/Eastern
7
+ CALSCALE:GREGORIAN
8
+ X-WR-CALDESC:This is a calendar giving details about upcoming Enterprise
9
+ episodes and events. I try to be about one or two weeks ahead at all ti
10
+ mes\, but if I get behind\, or there are errors\, please feel free to dr
11
+ op me a line at sebimeyer@sebimeyer.com
12
+ BEGIN:VTIMEZONE
13
+ TZID:US/Eastern
14
+ LAST-MODIFIED:20050202T083143Z
15
+ BEGIN:DAYLIGHT
16
+ DTSTART:20040404T070000
17
+ TZOFFSETTO:-0400
18
+ TZOFFSETFROM:+0000
19
+ TZNAME:EDT
20
+ END:DAYLIGHT
21
+ BEGIN:STANDARD
22
+ DTSTART:20041031T020000
23
+ TZOFFSETTO:-0500
24
+ TZOFFSETFROM:-0400
25
+ TZNAME:EST
26
+ END:STANDARD
27
+ BEGIN:DAYLIGHT
28
+ DTSTART:20050403T010000
29
+ TZOFFSETTO:-0400
30
+ TZOFFSETFROM:-0500
31
+ TZNAME:EDT
32
+ END:DAYLIGHT
33
+ END:VTIMEZONE
34
+ BEGIN:VEVENT
35
+ DTSTART;TZID=US/Eastern:20041210T200000
36
+ SUMMARY:ENT: (R) Borderland
37
+ UID:E8108E84-3F70-11D9-8FFD-000D93C16E54-RID
38
+ DURATION:PT1H
39
+ BEGIN:VALARM
40
+ ACTION:AUDIO
41
+ TRIGGER:-PT15M
42
+ X-WR-ALARMID:SOUNDALARM:Basso
43
+ ATTACH;VALUE=URI:Basso
44
+ END:VALARM
45
+ END:VEVENT
46
+ BEGIN:VEVENT
47
+ DTSTART;VALUE=DATE:20040520
48
+ DTEND;VALUE=DATE:20040521
49
+ SUMMARY:UPN will anounce if ENT is renewed for 4th season
50
+ UID:5B65D8A2-A864-11D8-BBCA-000D93C16E54-RID
51
+ END:VEVENT
52
+ BEGIN:VEVENT
53
+ DTSTART;TZID=US/Eastern:20041030T200000
54
+ SUMMARY:ENT: Borderland (Brent Spiner guest-stars)
55
+ UID:22F4FF55-2703-11D9-92A8-000D93C16E54-RID
56
+ DESCRIPTION:Title:\nBorderland\n\nSynopsis:\nFirst in a three-episode ar
57
+ c concerning Arik Soong's attempt to resurrect Eugenics Wars supersoldie
58
+ rs.\n\nCreative Staff:\nDirector:  David Livingston \nWritten By: Ken L
59
+ aZebnik \n\nGuest Cast:\nBrent Spiner as Dr. Arik Soong \n\nAlec Newma
60
+ n as Malik \n\nAbby Brammell as Persis \n\nJoel West as Raakin \n\
61
+ nBig Show as Orion Slaver #1 \n\nDave Power as Pierce \n\nJ.G. Hertzl
62
+ er as Klingon Captain \n\nDayo Ade as Klingon Tactical Officer \n\nG
63
+ ary Kasper as Orion Slaver #2 \n\nBobbi Sue Luther as Orion Slave Wo
64
+ man \n\nThom Williams as Klingon Soldier #1 \n\n
65
+ DURATION:PT1H
66
+ BEGIN:VALARM
67
+ ACTION:AUDIO
68
+ TRIGGER:-PT15M
69
+ X-WR-ALARMID:SOUNDALARM:Basso
70
+ ATTACH;VALUE=URI:Basso
71
+ END:VALARM
72
+ END:VEVENT
73
+ BEGIN:VEVENT
74
+ DTSTART;TZID=US/Eastern:20040526T200000
75
+ SUMMARY:ENT: Zero Hour (Season 3 finale)
76
+ UID:3F2133D0-AAB4-11D8-B71E-000D93C16E54-RID
77
+ DESCRIPTION:Title: Zero Hour\nEpisode No: 076\n\nCreative Staff:\nDirect
78
+ or:  Allan Kroeker \nWritten By: Rick Berman & Brannon Braga \n \nGuest
79
+ Cast:\nScott MacDonald as Reptilian Commander \n\nRick Worthy as Xi
80
+ ndi-Arboreal \nTucker Smallwood as Xindi-Humanoid \n\nJosette DiCarlo
81
+ as Sphere-Builder Woman \n\nBruce Thomas as Reptilian Soldier \n\nAn
82
+ drew Borba as Reptilian Lieutenant \n\nMatt Winston as Daniels \n\nM
83
+ ary Mara as Sphere-Builder Presage \n\nRuth Williamson as Sphere-Bui
84
+ lder Primary \n\nJeffrey Combs as Shran \n\nGunter Ziegler as Doctor
85
+ \n\nJ. Paul Boehmer as Officer \n\nZachary Krebs as Andorian \n\n\n
86
+ Synopsis:\n\nAboard Degra's ship\, Archer\, Reed and Hoshi work with the
87
+ Arboreals and Humanoids to chase the Reptilians and stop the Xindi Weap
88
+ on from decimating Earth. Archer's plan is to board the weapon and try t
89
+ o overload the power systems\, but he'll need the help of an ailing Hosh
90
+ i to read the weapon schematics.\n\nBack in the Delphic Expanse\, T'Pol
91
+ leads the NX-01 in an attempt to obliterate Sphere 41 in hopes of disabl
92
+ ing the entire network of Spheres. But the crew's time is limited\, as t
93
+ hat region of space has a degenerative effect on their bodies\, and the
94
+ furious Sphere-Builders try to tear Enterprise apart.\n\nSource: StarTre
95
+ k.com
96
+ DURATION:PT1H
97
+ END:VEVENT
98
+ BEGIN:VEVENT
99
+ DTSTART;TZID=US/Eastern:20041203T200000
100
+ SUMMARY:Kir'Shara
101
+ UID:34F99FA0-3F70-11D9-8FFD-000D93C16E54-RID
102
+ DESCRIPTION:Shran returns to settle a score with Soval\, while the Vulca
103
+ n government tries to get T'Pol to reveal the location of the Syrannites
104
+ .\n\nWriter(s):\nMike Sussman\n\nDirector:\nDavid Livingston\n\n\nGuest
105
+ Actors:\nMichael Reilly Burke as Koss\nJeffrey Combs as Shran\nJack Donn
106
+ er as Vulcan Priest\nRobert Foxworth as V'Las\nGary Graham as Soval\nJoh
107
+ n Rubinstein as Kuvak\nTodd Stashwick as Talok\nKara Zediker as T'Pau\n\
108
+ nSource: TrekWeb.com
109
+ DURATION:PT1H
110
+ BEGIN:VALARM
111
+ ACTION:AUDIO
112
+ TRIGGER:-PT15M
113
+ X-WR-ALARMID:SOUNDALARM:Basso
114
+ ATTACH;VALUE=URI:Basso
115
+ END:VALARM
116
+ END:VEVENT
117
+ BEGIN:VEVENT
118
+ DTSTART;TZID=US/Eastern:20041224T200000
119
+ SUMMARY:ENT: (R)
120
+ UID:DC5B4AA2-46D5-11D9-9ED8-000D93C16E54-RID
121
+ DURATION:PT1H
122
+ END:VEVENT
123
+ BEGIN:VEVENT
124
+ DTSTART;TZID=US/Eastern:20041231T200000
125
+ SUMMARY:ENT: (R)
126
+ UID:E290D543-46D5-11D9-9ED8-000D93C16E54-RID
127
+ DURATION:PT1H
128
+ END:VEVENT
129
+ BEGIN:VEVENT
130
+ DTSTART;TZID=US/Eastern:20040526T210000
131
+ LOCATION:StarTrek.com
132
+ SUMMARY:Chat with Scott Bakula - \"Capt. Jeffrey Archer\"
133
+ UID:E514F498-AF4B-11D8-AF56-000D93C16E54-RID
134
+ DESCRIPTION:visit StarTrek.com for details
135
+ DURATION:PT1H
136
+ END:VEVENT
137
+ BEGIN:VEVENT
138
+ DTSTART;TZID=US/Eastern:20040924T200000
139
+ LOCATION:UPN
140
+ SUMMARY:(R) ENT: rerun
141
+ UID:98A9179C-02F5-11D9-86E6-000D93C16E54-RID
142
+ DURATION:PT1H
143
+ BEGIN:VALARM
144
+ ACTION:AUDIO
145
+ TRIGGER:-PT15M
146
+ X-WR-ALARMID:SOUNDALARM:Basso
147
+ ATTACH;VALUE=URI:Basso
148
+ END:VALARM
149
+ END:VEVENT
150
+ BEGIN:VEVENT
151
+ DTSTART;TZID=US/Eastern:20050107T200000
152
+ SUMMARY:ENT: Deadalus
153
+ UID:F87214C8-46D5-11D9-9ED8-000D93C16E54-RID
154
+ DESCRIPTION:Enterprise hosts Dr. Emory\, the creator of the transporter\
155
+ , who has plans for a new long-range transporter device.\n\nWriter(s):\n
156
+ Ken LaZebnik\n\nDirector:\nDavid Straiton\n\nGuest Actors:\nBill Cobbs a
157
+ s Emory Erickson\nNoel Manzano as Danica Erickson\nLeslie Silva as Ensig
158
+ n Burrows\n\nSource: TrekWeb.com\n
159
+ DURATION:PT1H
160
+ END:VEVENT
161
+ BEGIN:VEVENT
162
+ DTSTART;TZID=US/Eastern:20040910T200000
163
+ LOCATION:UPN
164
+ SUMMARY:(R) ENT: Countdown
165
+ UID:E165C762-02F4-11D9-86E6-000D93C16E54-RID
166
+ DESCRIPTION:With help from Xindi allies\, the Enterprise crew attempts t
167
+ o stop the arming of the Weapon aimed toward Earth.\n\nCreative Staff:\n
168
+ Director:  Robert Duncan McNeill \nWritten By: André Bormanis & Chris B
169
+ lack \n\n\nSynopsis\nThe Xindi-Reptilians have kidnapped Hoshi\, hoping
170
+ that she will be able to decipher the Aquatics' launch code. This will g
171
+ ive them the three codes they need to deploy the superweapon and destroy
172
+ Earth. Hoshi refuses to cooperate\, so Commander Dolim has her injected
173
+ with parasites that invade her neocortex and render her more compliant.
174
+ \n\nMeanwhile\, Archer meets with Trip and T'Pol to go over strategy. Us
175
+ ing the memory core that T'Pol retrieved from one of the Spheres\, they
176
+ determine that four of the dozens of Spheres are integral to the subspac
177
+ e energy grid that connects them all. The closest is Sphere 41 — if they
178
+ can damage it\, it might disrupt the entire grid\, putting the Sphere-B
179
+ uilders' plans in jeopardy. Archer knows that time is of the essence — E
180
+ nterprise needs to stop the Reptilians and Insectoids from launching the
181
+ weapon. The Primates and Arboreals are already on his side\, but he nee
182
+ ds more firepower. With his Xindi allies by his side\, Archer makes a pl
183
+ ea to the leaders of the Xindi-Aquatics: help Enterprise stop the Reptil
184
+ ians\, and he will disable the Spheres. After all\, the Spheres are turn
185
+ ing the Expanse into a trans-dimensional wasteland — unless they are des
186
+ troyed\, the Xindi will not survive. After much deliberation\, the Aquat
187
+ ics finally agree to assist Enterprise.\n\nMeanwhile\, on the Reptilian
188
+ ship\, the parasites that were injected into Hoshi have done their job a
189
+ nd she has decrypted the third launch code. Triumphant\, the Reptilians
190
+ prepare to arm the weapon. On Enterprise\, MACO leader Major Hayes assem
191
+ bles a boarding party to rescue Hoshi. Reed discusses the plan with Haye
192
+ s\, and shares that he regrets he was unable to save Corporal Hawkins\,
193
+ who died while under his command. Hayes\, however\, knows that Reed did
194
+ all he could. He assures Reed that his team will bring Hoshi back safe a
195
+ nd sound.\n\nFlanked by Aquatic\, Arboreal and Primate vessels\, Enterpr
196
+ ise is finally ready to take on the Reptilians and Insectoids. As they e
197
+ ngage in battle\, Hayes and the MACOs transport to Dolim's vessel to res
198
+ cue Hoshi. They manage to locate her\, but there's a problem with Enterp
199
+ rise's transporter\, and the team must be beamed out only two at a time.
200
+ Hayes is the last to go and he's fatally shot right before he's beamed
201
+ back. As a devastated Reed looks on\, Hayes dies in Sickbay.\n\nAs the f
202
+ ight rages on\, the Sphere-Builders observe from their trans-dimensional
203
+ realm. Noting that the weapon is about to be destroyed\, they use one o
204
+ f the Spheres to create a barrier of anomalies around the weapon. The En
205
+ terprise crew tries to penetrate the barrier\, but the Reptilians manage
206
+ to arm the weapon and enter a subspace vortex. They're headed for Earth
207
+ . Inside the vortex\, the Insectoid captain hails Commander Dolim. After
208
+ observing how the anomalies worked to their advantage\, he can't help b
209
+ ut be suspicious that Archer's claims are true — that the Xindi \"Guardi
210
+ ans\" control the Spheres and are merely manipulating the Xindi. Sensing
211
+ dissension in the ranks\, Dolim destroys the Insectoid ship.\n\nBack on
212
+ Enterprise\, Archer must develop another plan. Since Degra's old ship i
213
+ s the only vessel that will be able to catch up with the Reptilians in t
214
+ ime\, the Xindi-Primates will take Archer\, Reed and a team from Enterpr
215
+ ise to the weapon. Once there\, the team will board the weapon and disab
216
+ le it from the inside. Archer knows that he must also take Hoshi with hi
217
+ m\, as only she can decipher the encrypted schematics for the weapon. Th
218
+ e ensign is in no shape to go anywhere after her ordeal\, but Archer bel
219
+ ieves it's the only way.\n\nArcher and company board Degra's ship\, whil
220
+ e T'Pol and Trip prepare to lead Enterprise toward Sphere 41 and disable
221
+ it. As the two teams head off on their respective missions\, the senior
222
+ officers wish each other luck. Both plans must go off without a hitch.\
223
+ n\n Cast & Creative Staff\n\nGuest Cast:\nSteven Culp as Major Hayes \
224
+ n\nScott MacDonald as Reptilian Commander \n\nRick Worthy as Xindi-A
225
+ rboreal \n\nTucker Smallwood as Xindi-Humanoid \n\nJosette DiCarlo as
226
+ Sphere-Builder Woman \n\nBruce Thomas as Reptilian Soldier \n\nAndre
227
+ w Borba as Reptilian Lieutenant \n\nMary Mara as Sphere-Builder Pres
228
+ age \n\nRuth Williamson as Sphere-Builder Primary \n\nPaul Dean as R
229
+ eptilian Technician
230
+ DURATION:PT1H
231
+ BEGIN:VALARM
232
+ ACTION:AUDIO
233
+ TRIGGER:-PT15M
234
+ X-WR-ALARMID:SOUNDALARM:Basso
235
+ ATTACH;VALUE=URI:Basso
236
+ END:VALARM
237
+ END:VEVENT
238
+ BEGIN:VEVENT
239
+ DTSTART;TZID=US/Eastern:20041126T200000
240
+ SUMMARY:Awakening
241
+ UID:9B9A5660-3F6F-11D9-8FFD-000D93C16E54-RID
242
+ DESCRIPTION:Vulcan legends T'Pau and Surak make an appearance as we lear
243
+ n more about the Syrran cult.\n\nWriter(s):\nAndre Bormanis\n\nDirector:
244
+ \nRoxann Dawson\n\nGuest Actors:\nJoanna Cassidy as T'Les\nRobert Foxwor
245
+ th as V'Las\nGary Graham as Soval\nBruce Gray as Surak\nJohn Rubinstein 
246
+ as Kuvak\nKara Zediker as T'Pau\n\nSource: TrekWeb.com
247
+ DURATION:PT1H
248
+ BEGIN:VALARM
249
+ ACTION:AUDIO
250
+ TRIGGER:-PT15M
251
+ X-WR-ALARMID:SOUNDALARM:Basso
252
+ ATTACH;VALUE=URI:Basso
253
+ END:VALARM
254
+ END:VEVENT
255
+ BEGIN:VEVENT
256
+ DTSTART;TZID=US/Eastern:20041015T200000
257
+ LOCATION:UPN
258
+ SUMMARY:ENT: Shockwave\, Part 2
259
+ UID:A1C5435A-02F5-11D9-86E6-000D93C16E54-RID
260
+ DURATION:PT1H
261
+ BEGIN:VALARM
262
+ ACTION:AUDIO
263
+ TRIGGER:-PT15M
264
+ X-WR-ALARMID:SOUNDALARM:Basso
265
+ ATTACH;VALUE=URI:Basso
266
+ END:VALARM
267
+ END:VEVENT
268
+ BEGIN:VEVENT
269
+ DTSTART;TZID=US/Eastern:20041217T200000
270
+ SUMMARY:ENT: (R)
271
+ UID:D4285FD3-46D5-11D9-9ED8-000D93C16E54-RID
272
+ DURATION:PT1H
273
+ END:VEVENT
274
+ BEGIN:VEVENT
275
+ DTSTART;TZID=US/Eastern:20041008T200000
276
+ LOCATION:UPN
277
+ SUMMARY:ENT: Shockwave\, Part 1 (season 4 premiere)
278
+ UID:B8518AFA-02F5-11D9-86E6-000D93C16E54-RID
279
+ DURATION:PT1H
280
+ BEGIN:VALARM
281
+ ACTION:AUDIO
282
+ TRIGGER:-PT15M
283
+ X-WR-ALARMID:SOUNDALARM:Basso
284
+ ATTACH;VALUE=URI:Basso
285
+ END:VALARM
286
+ END:VEVENT
287
+ BEGIN:VEVENT
288
+ DTSTART;TZID=US/Eastern:20040917T200000
289
+ LOCATION:UPN
290
+ SUMMARY:(R) ENT: Zero Hour
291
+ UID:64A9B6DA-02F5-11D9-86E6-000D93C16E54-RID
292
+ DESCRIPTION:Season 3 Finale. Watch it. You have to see the ending to bel
293
+ ieve it.\n\nSynopsis:\nArcher puts his life on the line in a risky gambi
294
+ t to intercept the Xindi superweapon and disarm it from within.\n\nCreat
295
+ ive Staff:\nDirector:  Allan Kroeker \nWritten By: Rick Berman & Branno
296
+ n Braga \n\n\nGuest Cast:\nScott MacDonald as Reptilian Commander \nRi
297
+ ck Worthy as Xindi-Arboreal \nTucker Smallwood as Xindi-Humanoid \nJ
298
+ osette DiCarlo as Sphere-Builder Woman \nBruce Thomas as Reptilian S
299
+ oldier \nAndrew Borba as Reptilian Lieutenant \nMatt Winston as Dani
300
+ els \nMary Mara as Sphere-Builder Presage \nRuth Williamson as Spher
301
+ e-Builder Primary \nJeffrey Combs as Shran \nGunter Ziegler as Docto
302
+ r \nJ. Paul Boehmer as Officer \nZachary Krebs as Andorian
303
+ DURATION:PT1H
304
+ BEGIN:VALARM
305
+ ACTION:AUDIO
306
+ TRIGGER:-PT15M
307
+ X-WR-ALARMID:SOUNDALARM:Basso
308
+ ATTACH;VALUE=URI:Basso
309
+ END:VALARM
310
+ END:VEVENT
311
+ BEGIN:VEVENT
312
+ DURATION:PT1H
313
+ LOCATION:UPN
314
+ UID:3E8D189D-64E4-11D9-8437-000D93C16E54-RID
315
+ RECURRENCE-ID;TZID=US/Eastern:20050121T200000
316
+ DTSTART;TZID=US/Eastern:20050121T200000
317
+ SUMMARY:ENT: Observer Effect
318
+ DESCRIPTION:Synopsis:\nThe crew become unwitting test subjects for nonco
319
+ rporeal body-snatching aliens' medical research.\n\nWriters:\nJudith Ree
320
+ ves-Stevens and\nGarfield Reeves-Stevens\n\nDirector:\nMike Vejar\n\nSou
321
+ rce: TrekWeb.com
322
+ BEGIN:VALARM
323
+ ACTION:AUDIO
324
+ TRIGGER:-PT15M
325
+ X-WR-ALARMID:SOUNDALARM:Basso
326
+ ATTACH;VALUE=URI:Basso
327
+ END:VALARM
328
+ END:VEVENT
329
+ BEGIN:VEVENT
330
+ DTSTART;TZID=US/Eastern:20050121T200000
331
+ SUMMARY:Ent: (R)
332
+ UID:3E8D189D-64E4-11D9-8437-000D93C16E54-RID
333
+ RRULE:FREQ=WEEKLY;INTERVAL=1
334
+ DURATION:PT1H
335
+ BEGIN:VALARM
336
+ ACTION:AUDIO
337
+ TRIGGER:-PT15M
338
+ X-WR-ALARMID:SOUNDALARM:Basso
339
+ ATTACH;VALUE=URI:Basso
340
+ END:VALARM
341
+ END:VEVENT
342
+ BEGIN:VEVENT
343
+ DTSTART;TZID=US/Eastern:20050128T200000
344
+ SUMMARY:Ent: Babel One
345
+ UID:3E8D189D-64E4-11D9-8437-000D93C16E54-RID
346
+ DESCRIPTION:Part one of a three part arc.\n\nSynopsis:\nEnterprise escor
347
+ ts a Tellarite diplomatic party to a conference with the Andorians when
348
+ Romulans interfere and cause suspicion to foment between the two races.\
349
+ n\n\nWriters:\nAndre Bormanis and Mike Sussman\n\n\nDirector:\nDavid Str
350
+ aiton \n\nGuest Actors:\nLee Arenberg as Gral\n\nKevin Brief as Naarg\n\
351
+ nMolly Brink as Talas\n\nJeffrey Combs as Shran\n\nJ. Michael Flynn as N
352
+ ijil\n\nBrian Thompson as Valdore\n\nSource: TrekWeb.com\n
353
+ RECURRENCE-ID;TZID=US/Eastern:20050128T200000
354
+ DURATION:PT1H
355
+ BEGIN:VALARM
356
+ ACTION:AUDIO
357
+ TRIGGER:-PT15M
358
+ X-WR-ALARMID:SOUNDALARM:Basso
359
+ ATTACH;VALUE=URI:Basso
360
+ END:VALARM
361
+ END:VEVENT
362
+ BEGIN:VEVENT
363
+ DTSTART;TZID=US/Eastern:20050114T200000
364
+ SUMMARY:ENT: Deadalus
365
+ UID:FAC8C47F-64E3-11D9-8437-000D93C16E54-RID
366
+ DESCRIPTION:Enterprise hosts Dr. Emory\, the creator of the transporter\
367
+ , who has plans for a new long-range transporter device.\n\nWriter:\nKen
368
+ LaZebnik\n\nDirector:\nDavid Straiton\n\nGuest Actors:\nBill Cobbs as E
369
+ mory Erickson\n\nNoel Manzano as Danica Erickson\n\nLeslie Silva as Ensi
370
+ gn Burrows\n\nSource: TrekWeb.com
371
+ DURATION:PT1H
372
+ BEGIN:VALARM
373
+ ACTION:AUDIO
374
+ TRIGGER:-PT15M
375
+ X-WR-ALARMID:SOUNDALARM:Basso
376
+ ATTACH;VALUE=URI:Basso
377
+ END:VALARM
378
+ END:VEVENT
379
+ BEGIN:VEVENT
380
+ DTSTART;TZID=US/Eastern:20050204T200000
381
+ SUMMARY:Ent: United
382
+ UID:3E8D189D-64E4-11D9-8437-000D93C16E54-RID
383
+ DESCRIPTION:Synopsis:\nPart two in the Andorian arc postulating a reason
384
+ for the later Human/Romulan War\, Romulans' Vulcan heritage\, and the r
385
+ eason they weren't seen until TOS.\n\nSource: TrekWeb.com
386
+ RECURRENCE-ID;TZID=US/Eastern:20050204T200000
387
+ DURATION:PT1H
388
+ BEGIN:VALARM
389
+ ACTION:AUDIO
390
+ TRIGGER:-PT15M
391
+ X-WR-ALARMID:SOUNDALARM:Basso
392
+ ATTACH;VALUE=URI:Basso
393
+ END:VALARM
394
+ END:VEVENT
395
+ BEGIN:VEVENT
396
+ DTSTART;TZID=US/Eastern:20050211T200000
397
+ SUMMARY:Ent: The Aenar
398
+ UID:3E8D189D-64E4-11D9-8437-000D93C16E54-RID
399
+ DESCRIPTION:Part three of a three part arc.\n\nSynopsis:\nThe Andorian t
400
+ elepathic pilot of the Romulan ship gets some help from a relative on En
401
+ terprise.\n\nSource: TrekWeb.com
402
+ RECURRENCE-ID;TZID=US/Eastern:20050211T200000
403
+ DURATION:PT1H
404
+ BEGIN:VALARM
405
+ ACTION:AUDIO
406
+ TRIGGER:-PT15M
407
+ X-WR-ALARMID:SOUNDALARM:Basso
408
+ ATTACH;VALUE=URI:Basso
409
+ END:VALARM
410
+ END:VEVENT
411
+ END:VCALENDAR