]> www.infradead.org Git - users/dwmw2/ews-sync.git/log
users/dwmw2/ews-sync.git
14 years agoFix handling of first/second/third/fourth/last day/weekday/weekendday
David Woodhouse [Sun, 18 Jul 2010 21:44:45 +0000 (22:44 +0100)]
Fix handling of first/second/third/fourth/last day/weekday/weekendday

14 years agoConvert completely to using ical structures for building events
David Woodhouse [Sun, 18 Jul 2010 21:24:23 +0000 (22:24 +0100)]
Convert completely to using ical structures for building events

14 years agoDon't print 'unhandled node type' messages. They're too noisy
David Woodhouse [Sun, 18 Jul 2010 18:37:35 +0000 (19:37 +0100)]
Don't print 'unhandled node type' messages. They're too noisy

14 years agoDon't complain about RoutingType EX
David Woodhouse [Sun, 18 Jul 2010 18:36:55 +0000 (19:36 +0100)]
Don't complain about RoutingType EX

14 years agoical doesn't seem to know US/Arizona; add two more names seen in testing
David Woodhouse [Sun, 18 Jul 2010 18:35:54 +0000 (19:35 +0100)]
ical doesn't seem to know US/Arizona; add two more names seen in testing

14 years agoAdd some more timezone mappings
David Woodhouse [Sun, 18 Jul 2010 17:40:03 +0000 (18:40 +0100)]
Add some more timezone mappings

14 years agoRemove ics files on DELETE too
David Woodhouse [Sun, 18 Jul 2010 17:17:55 +0000 (18:17 +0100)]
Remove ics files on DELETE too

14 years agoAttempt to parse explicit <MeetingTimeZone>
David Woodhouse [Sun, 18 Jul 2010 17:15:22 +0000 (18:15 +0100)]
Attempt to parse explicit <MeetingTimeZone>

14 years agoAttempt to process timezones using ical
David Woodhouse [Sun, 18 Jul 2010 12:55:51 +0000 (13:55 +0100)]
Attempt to process timezones using ical

14 years agoAttempt time zone conversion (disabled for now)
David Woodhouse [Sun, 18 Jul 2010 10:39:15 +0000 (11:39 +0100)]
Attempt time zone conversion (disabled for now)

14 years agoFix AbsoluteMonthlyRecurrence
David Woodhouse [Sat, 17 Jul 2010 21:48:56 +0000 (22:48 +0100)]
Fix AbsoluteMonthlyRecurrence

14 years agoNot entirely sober attempt at relative monthly/annual recurrence
David Woodhouse [Sat, 17 Jul 2010 21:15:50 +0000 (22:15 +0100)]
Not entirely sober attempt at relative monthly/annual recurrence

Need to work out how to handle 'Day', 'Weekday', etc.

14 years agoPass all args when restarting
David Woodhouse [Sat, 17 Jul 2010 21:10:42 +0000 (22:10 +0100)]
Pass all args when restarting

14 years agoAdd DailyRecurrence
David Woodhouse [Sat, 17 Jul 2010 16:31:05 +0000 (17:31 +0100)]
Add DailyRecurrence

14 years agoHandle numbered recurrences
David Woodhouse [Sat, 17 Jul 2010 16:19:08 +0000 (17:19 +0100)]
Handle numbered recurrences

14 years agoFix type in annual RRULE
David Woodhouse [Sat, 17 Jul 2010 16:10:10 +0000 (17:10 +0100)]
Fix type in annual RRULE

14 years agoAdd absolute annual recurrence rules
David Woodhouse [Sat, 17 Jul 2010 15:39:20 +0000 (16:39 +0100)]
Add absolute annual recurrence rules

14 years agoAdd C version of autodiscover, using libsoup
David Woodhouse [Sat, 17 Jul 2010 15:07:43 +0000 (16:07 +0100)]
Add C version of autodiscover, using libsoup

14 years agoReally quit on failure to open ical file
David Woodhouse [Sat, 17 Jul 2010 10:19:07 +0000 (11:19 +0100)]
Really quit on failure to open ical file

14 years agoCreate .ics file with all entries, for publication
David Woodhouse [Sat, 17 Jul 2010 10:13:24 +0000 (11:13 +0100)]
Create .ics file with all entries, for publication

14 years agoBad RoutingType message needs to go to stderr
David Woodhouse [Sat, 17 Jul 2010 09:37:28 +0000 (10:37 +0100)]
Bad RoutingType message needs to go to stderr

14 years agoUse ItemID for UID (needs more thought)
David Woodhouse [Sat, 17 Jul 2010 09:36:51 +0000 (10:36 +0100)]
Use ItemID for UID (needs more thought)

14 years agoHandle recurring meetings without end date
David Woodhouse [Fri, 16 Jul 2010 22:00:40 +0000 (23:00 +0100)]
Handle recurring meetings without end date

14 years agoAttempt to handle recurrence
David Woodhouse [Fri, 16 Jul 2010 21:50:42 +0000 (22:50 +0100)]
Attempt to handle recurrence

14 years agoUse -k in curl args; reduce connect timeout for autodiscover.sh
David Woodhouse [Fri, 16 Jul 2010 20:49:36 +0000 (21:49 +0100)]
Use -k in curl args; reduce connect timeout for autodiscover.sh

14 years agoFix typo
David Woodhouse [Fri, 16 Jul 2010 20:17:34 +0000 (21:17 +0100)]
Fix typo

14 years agoUse NTLM auth for autodiscover too
David Woodhouse [Fri, 16 Jul 2010 20:14:27 +0000 (21:14 +0100)]
Use NTLM auth for autodiscover too

14 years agoCall ews2ical on each event
David Woodhouse [Fri, 16 Jul 2010 19:59:02 +0000 (20:59 +0100)]
Call ews2ical on each event

14 years agoAdd location output
David Woodhouse [Fri, 16 Jul 2010 19:53:02 +0000 (20:53 +0100)]
Add location output

14 years agoParse more fields
David Woodhouse [Fri, 16 Jul 2010 19:02:14 +0000 (20:02 +0100)]
Parse more fields

The output processing is half-arsed; we need to quote things consistently, etc.
But that requirement will probably go away once we're part of a larger program
and just returning a structure rather than spitting out ical directly.

14 years agoAdd basic xml to ical converter
David Woodhouse [Fri, 16 Jul 2010 18:07:34 +0000 (19:07 +0100)]
Add basic xml to ical converter

14 years agoFirst proof-of-concept scripts
David Woodhouse [Sat, 10 Jul 2010 21:38:47 +0000 (22:38 +0100)]
First proof-of-concept scripts