Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

OrgSync (v2 api) has a very simple view of events created within OrgSync. A connector is available to consume these events and synchronize them with a Bedework collection.

There are some issues with the api:

  • OrgSync doesn't support the HEAD operation and gives a 500 error. To get the current etag we do an initial GET and discard the remaining response.
  • There is no timezone information in the events.
  • The uid is an internal - short - eventid. Prefixing makes this more acceptable.

Creating an OrgSync subscription

As a super user

  1. Switch to the System tab and select "Manage calendars and folders".
  2. Open up "public" and click the "+" on the cals folder.
  3. Set the name - e.g "OrgSync"
  4. Mark as a subscription
  5. Set the OrgSync URL in the URl field
  6. Put your site OrgSync key in the password field
  7. Select the OrgSync checkbox and probably the "Process Locations and Contacts" and "Process Categories" checkboxes
  8. Select the public only checkbox if that is desired
  9. Set the location key field name for mapping locations
  10. Save

Mapping Locations

The update process uses a key field set in locations to map the OrgSync locations. The key field value should be an exact copy of what appears in the OrgSync events.

The actual OrgSync location will be stored in an x-property

  • No labels