在我的java应用程序(春季启动)中,我正在尝试检查马来西亚的具体日期是否是公共假日,而且挑战是每个州在国家公共假期之外都有自己的地区假期。需要考虑。
所以我的问题是,我可以使用Google Calendar API做这样的事吗?
我发现了这个 Post,但我不确定这是否能达到我想要实现的目标。
答案 0 :(得分:1)
我结合了一些公共资源,我就是这样做的:
您想要一个ID为en.malaysia#holiday@group.v.calendar.google.com
的日历
呼叫:
GET https://www.googleapis.com/calendar/v3/calendars/{calendarId}
授权:
此请求需要至少具有以下范围之一的授权(...):
https://www.googleapis.com/auth/calendar.readonly
或https://www.googleapis.com/auth/calendar
--Api
--StackOverflow answer
--List of supported national calendars