calendar-outlook-procs.tcl

  • last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
A variety of changes that add up to making outlook synchronization work

with PostgreSQL (at all) and Oracle (better).

1. Changed calendar to read SystemTimezone rather than hardwire it to

US/Eastern.

2. Made calendar depend on acs-lang since that's where the param lives.

3. Fixed the query on the acs-lang page that lets you set the timezone

(used the Oracle-ism UNIQUE rather than the standard DISTINCT)

4. Saw that the test stuff doesn't work and got rid of the links on the

index page - people can live without testing it for this release (we

should fix it for 4.7)

5. Fixed timezone__local_to_utc so it works with calendar, though it's

very whacky (shifted so the timezone'd date part is the UTC date, would

be much much better to use timestamp without timezone but PG doesn't

accept that syntax for function returns and we're not ready to drop

PG 7.2 support yet so I can't take advantage of the timestamp/timestamptz

type names, sigh)

  1. … 6 more files in changeset.
Outlook sync was broken because of a changed column name

added timezone basic stuff for syncing

  1. … 1 more file in changeset.
added outlook syncing support

  1. … 4 more files in changeset.
Fix misc uses of ad_parameter SystemURL rather that ad_url

  1. … 2 more files in changeset.
fixed outlook procs for syncing

  1. … 1 more file in changeset.
added attachment support for calendar items

  1. … 7 more files in changeset.
begun revamping the calendar pages

    • -207
    • +257
    ./calendar-outlook-procs.tcl
  1. … 3 more files in changeset.
more fixes, still not complete PG Support

    • -0
    • +266
    ./calendar-outlook-procs.tcl
  1. … 5 more files in changeset.