Package net.bluemind.calendar.api
Interface IVEventAsync
public interface IVEventAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexportAll(AsyncHandler<Stream> handler) voidexportIcs(String uid, AsyncHandler<String> handler) voidimportIcs(Stream ics, AsyncHandler<TaskRef> handler)  
- 
Method Details
- 
exportAll
 - 
exportIcs
 - 
importIcs
 
 -