|
The following URLs are supported in Vibe, and might appear in the table above.
|
|
Permalinks
|
Permalinks are URLs that remain constant over time, and are used to reference individual workspaces, folders and entries. You can use them as bookmarks, or e-mail them to others. Copy and paste them as needed.
|
|
E-mail Addresses
|
If the folder owner has set up an e-mail address for this folder, then you can add entries directly into the folder via e-mail.
|
|
WebDAV URL
|
Use the WebDAV URL to access a folder directly as a file directory. Applications such as Windows Explorer and Microsoft Office can use a WebDAV URL to directly access the files stored in a Vibe folder.
|
|
iCal URL
|
You can use this URL to synchronize Vibe task and calendar folders to your desktop calendar application.
|
|
RSS URL
|
Folders can also be accessed using an RSS or ATOM Feed Reader or directly from the file system. Copy the RSS URL below and paste it into your RSS reader to access this folder as an RSS feed.
|
It is not possible to add files to Teaming simply by moving files physically into some directory outside of the Teaming software.
If you need a means for adding files to Teaming without using browser-based interface and put the processing on a schedule, probably the best bet is to write a standalone web services program that does that.Teaming web services API allows adding and deleting files. You can write a program that drives that, and run it from command line.
Check our Teaming development guide for information on how to use web services. If you have Teaming source code with you, some web services samples are available under ssf/samples/wsclient.