There are only a couple of extra lines to add since we did most of the work in the previous blog post.
var options = {search: 'Test'};So this time we can specify further criteria when getting events - like searching for the text Test and providing a start/end date.
var allEvents = calendar.getEvents(startDate, endDate, options);
Search for events on date range.gs
No comments:
Post a Comment