简体   繁体   中英

How to get in Liferay calendar SyncEntryId of a single google recurring event?

I created a Calendar connector for google. My new functionality is delete a single occurrence of recurring events but it doesn't work. I'm not able to get the SyncEntryId of a single event.

syncEntry = SyncEntryLocalServiceUtil.fetchSyncEntry(
                getSyncGroupId(), mappedId);

This code create the id but when are reccurring events the pattern of id is like " XXXXX_20190522 " and, in this case, sync entry is null. When it isn't a recurring events the id is like " XXXXX ".

你见过Google的Api吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM