From: Matthew Vernon Date: Fri, 5 Oct 2018 08:33:03 +0000 (+0100) Subject: tidy up the exchange extended property X-Git-Tag: v0.1~39 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=858395e53057597e56399ea61b51062f86360734;p=gooswapper tidy up the exchange extended property The two commented-out versions were wrong ("gooswapper") and unhelpful (the number, stolen from the exchangelib docs); better is to use a public string entry. --- diff --git a/gooswapper.py b/gooswapper.py index 7848916..7fbee9c 100644 --- a/gooswapper.py +++ b/gooswapper.py @@ -46,8 +46,6 @@ exchange_credential = None class ex_gcal_link(exchangelib.ExtendedProperty): distinguished_property_set_id = 'PublicStrings' - #property_set_id = '12345678-1234-1234-1234-123456781234' - # property_set_id = "gooswapper" property_name = "google calendar event id" property_type = 'String'