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 2 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 files and folders".
  2. Open up until you see the MainCal directory and click the "+".
  3. Set the name - e.g "OrgSync"
  4. Mark as a subscription
  5. Select the OrgSync checkbox and probably the ???
  6. Select the public only checkbox if that is desired
  7. Set the location key field name for mapping locations
  8. 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