yon
committed
on 26 Jul 02
add_attachment_url now takes an optional folder_id argument to use as the root
folder.
/tcl/calendar-outlook-procs-oracle.xql (+15)
  1 <?xml version="1.0"?>
  2 <queryset>
  3 <rdbms><type>oracle</type><version>8.1.6</version></rdbms>
  4
  5 <fullquery name="calendar::outlook::adjust_timezone.adjust_timezone">
  6 <querytext>
  7 select to_char(timezone.utc_to_local(tz_id, utc_time), :format)
  8 from timezones,
  9 (select timezone.local_to_utc(tz_id, to_date(:timestamp,:format)) as utc_time
  10 from timezones where tz= :server_tz)
  11 where tz= :user_tz
  12 </querytext>
  13 </fullquery>
  14  
  15 </queryset>