From a432f383d8940820bc69f9a3e6f1a53be50b53f4 Mon Sep 17 00:00:00 2001 From: Vishal Shukla Date: Tue, 17 Jan 2023 22:24:37 +0530 Subject: [PATCH] Update community_connectors.json Tableau Web Data Connector to generate Calendar Date for any number of years. It can be used with any other data source for creating different calendars such as Holiday calendars or Event calendars. --- community/community_connectors.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/community/community_connectors.json b/community/community_connectors.json index 5592ed3b..a2d4831f 100644 --- a/community/community_connectors.json +++ b/community/community_connectors.json @@ -1239,5 +1239,14 @@ "tags": ["v_2.0"], "description": "Connector to get data from Zabbix API", "source_code": "https://github.com/parflesh/zabbix-wdc" + }, + { + "name": "Calender Date", + "url": "https://vishalrshukla.github.io/Vishals-Web-Data-Connector/GenrateCalender.html", + "author": "Vishal R Shukla", + "github_username": "vishalrshukla", + "tags": ["v_1.0"], + "description": "Tableau Web Data Connector to genrate Calender Date for any number of years. It can be used along with any other data source for creaating diffrent calenders such as Holiday calender or Event calender. For sample usecase refer Url https://public.tableau.com/app/profile/vishal.shukla/viz/CalenderSample/Calender", + "source_code": "https://github.com/vishalrshukla/Vishals-Web-Data-Connector" } ]