如何自动创建icloud日历?

时间:2016-12-07 15:40:52

标签: calendar applescript icloud icalendar

是否有可能通过程序自动创建iCloud日历?如果是这样,那么可以使用哪种编程/脚本语言? AppleScript也可以吗?

由于

1 个答案:

答案 0 :(得分:0)

public class ActorsServiceImpl extends ActorsService {
    ...
    public ActorRef createSynchronizer(Long taskLogId, String clientGroup, 
        boolean messagesOnly, String notes, String brandId) {
    return getActorSystem().actorOf(Synchronizer.props(
            taskLogId, clientGroup, messagesOnly, notes), 
            "ImageGenerator-" + brandId);       
    }
}