chiark / gitweb /
tidy up the exchange extended property
authorMatthew Vernon <mv3@sanger.ac.uk>
Fri, 5 Oct 2018 08:33:03 +0000 (09:33 +0100)
committerMatthew Vernon <mv3@sanger.ac.uk>
Fri, 5 Oct 2018 08:33:03 +0000 (09:33 +0100)
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.

gooswapper.py

index 7848916d0893bfecdabe47bcbf124ab95c909f9a..7fbee9c3ddcc1f5a4acaf74bf5188441c6a3facb 100644 (file)
@@ -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'