Method Summary |
|
public boolean | allowsComposeEventURL() |
public boolean | allowsComposeTaskURL() |
public boolean | allowsComposeURL() Lets invoking classes know if composing URLs are available
in this URLBuilder. |
public boolean | allowsContactURL() Lets invoking classes know if contact urls are available
in this URLBuilder. |
public boolean | allowsEventURL() Lets invoking classes know if event URLs are available
in this URLBuilder. |
public boolean | allowsMessageURL() Lets invoking classes know if per-message urls are available
in this URLBuilder. |
public boolean | allowsTaskURL() Lets invoking classes know if task URLs are available
in this URLBuilder. |
public boolean | allowsViewURL() Lets invoking classes know if multiple view urls are available
in this URLBuilder. |
public String | getCalid() |
public String | getComposeEventURL(DateTime datetime) Return URL string to open the client's composeEvent window. |
public String | getComposeTaskURL(DateTime datetime) Return URL string to open the client's composeTask window. |
public String | getComposeURL(String subject, javax.mail.Address[] to, javax.mail.Address[] cc, javax.mail.Address[] bcc) Return URL string to open the client's compose window. |
public String | getContactURL(Object contact) Return URL string for specific contact to be opened in ab client. |
public String | getEventURL(Object event) Return URL string for specific event to be opened in cal client. |
public String | getMessageURL(javax.mail.Message msg) Return URL string for specific message to be opened in mail client. |
public String | getTaskURL(Object task) Return URL string for specific task to be opened in cal client. |
public String | getViewURL(String view, String date) Return URL string for specific view to be opened in cal client. |
public void | setCalid(String calid) |