]> www.infradead.org Git - users/dwmw2/ews-sync.git/log
users/dwmw2/ews-sync.git
14 years agoFetch ResponseObjects too
David Woodhouse [Mon, 19 Jul 2010 19:57:16 +0000 (20:57 +0100)]
Fetch ResponseObjects too

14 years agoAdd --noproxy to curl opts
David Woodhouse [Mon, 19 Jul 2010 19:43:58 +0000 (20:43 +0100)]
Add --noproxy to curl opts

14 years agoNo \n in shell scripts
David Woodhouse [Mon, 19 Jul 2010 19:35:44 +0000 (20:35 +0100)]
No \n in shell scripts

14 years agoDon't overwrite syncstate when a sync request fails
David Woodhouse [Mon, 19 Jul 2010 19:33:58 +0000 (20:33 +0100)]
Don't overwrite syncstate when a sync request fails

14 years agoAdd basic README
David Woodhouse [Mon, 19 Jul 2010 13:32:02 +0000 (14:32 +0100)]
Add basic README

14 years agoI think I was wrong -- I don't need AllProperties in the SyncFolderItems request
David Woodhouse [Mon, 19 Jul 2010 12:54:04 +0000 (13:54 +0100)]
I think I was wrong -- I don't need AllProperties in the SyncFolderItems request

I did once think that I wasn't getting notification of updates, but now I
think it was just Outlook being slow to push them to the server -- or user
error on my part. It does seem to be working just fine.

14 years agoGr, put BodyText on the correct request
David Woodhouse [Mon, 19 Jul 2010 12:48:29 +0000 (13:48 +0100)]
Gr, put BodyText on the correct request

14 years agoFetch body as text in preference to HTML
David Woodhouse [Mon, 19 Jul 2010 12:44:28 +0000 (13:44 +0100)]
Fetch body as text in preference to HTML

14 years agoHandle all day events
David Woodhouse [Mon, 19 Jul 2010 10:05:08 +0000 (11:05 +0100)]
Handle all day events

14 years agoMake respect also XML2_CONFIG env variable
Fridrich Štrba [Mon, 19 Jul 2010 08:30:58 +0000 (10:30 +0200)]
Make respect also XML2_CONFIG env variable

14 years agoMake makefile respect environment variable PKG_CONFIG
Fridrich Štrba [Mon, 19 Jul 2010 08:23:21 +0000 (10:23 +0200)]
Make makefile respect environment variable PKG_CONFIG

14 years agoUse portable glib functions instead of asprintf and strndup
Fridrich Štrba [Mon, 19 Jul 2010 08:20:52 +0000 (10:20 +0200)]
Use portable glib functions instead of asprintf and strndup

14 years agoComplain loudly about recurrence with no time zone
David Woodhouse [Mon, 19 Jul 2010 08:05:52 +0000 (09:05 +0100)]
Complain loudly about recurrence with no time zone

14 years agoAdd XML_PARSE_RECOVER
David Woodhouse [Mon, 19 Jul 2010 08:00:20 +0000 (09:00 +0100)]
Add XML_PARSE_RECOVER

Sometimes, Exchange seems to include the terminating NUL on the body
description, leading to:

noname.xml:80: parser error : xmlParseCharRef: invalid xmlChar value 0
&#x0;</t:Body>
     ^
Failed to parse XML

14 years agoAttempt to handle reminders
David Woodhouse [Mon, 19 Jul 2010 00:16:36 +0000 (01:16 +0100)]
Attempt to handle reminders

14 years agoFix all attendees turning up as organisers, handle OptionalAttendees
David Woodhouse [Sun, 18 Jul 2010 23:53:09 +0000 (00:53 +0100)]
Fix all attendees turning up as organisers, handle OptionalAttendees

14 years agoHandle timezones (like Arizona) which don't do DST
David Woodhouse [Sun, 18 Jul 2010 23:22:09 +0000 (00:22 +0100)]
Handle timezones (like Arizona) which don't do DST

14 years agoFactor out xml_node -> ical conversion function completely
David Woodhouse [Sun, 18 Jul 2010 22:31:22 +0000 (23:31 +0100)]
Factor out xml_node -> ical conversion function completely

14 years agoRemove debug output
David Woodhouse [Sun, 18 Jul 2010 22:30:04 +0000 (23:30 +0100)]
Remove debug output

14 years agoEverything as ical components
David Woodhouse [Sun, 18 Jul 2010 22:25:45 +0000 (23:25 +0100)]
Everything as ical components

14 years agonewline after dumping xml response
David Woodhouse [Sun, 18 Jul 2010 22:16:34 +0000 (23:16 +0100)]
newline after dumping xml response

14 years agoHandle multiple weekdays in WeeklyRecurrence
David Woodhouse [Sun, 18 Jul 2010 22:07:32 +0000 (23:07 +0100)]
Handle multiple weekdays in WeeklyRecurrence

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