Where do I find Team Calendar Data? I know data on the actual calendar is in the BANDANA table, but I want data on specific entries. We need to mine this data for an on-call system.
Hi Adam,
You can use this SQL query:
SELECT * FROM bandana WHERE BANDANACONTEXT LIKE '%CALENDAR_%';
Team Calendar retrieve and stored the data in ICS format, so it is not possible for you to retrieve the data event by event as it is stored as one calendar instead of per event.
Hope it helps.
Cheers,
Septa Cahyadiputra
Thanks for the reply, but it doesn't help. I'm looking for the user info, date info, description info, etc. This is what I'm getting long blobs with data, but not user data, or actual date info:
<string>{"id":"c20f23bf-842d-4766-a817-e0417ba8e7fc","created":1341514050212,"color":"subcalendar-purple3","description":"Scheduled Work From Home Days, Floating Holidays, etc.","name":"Engineering - Out of Office","spaceKey":;","subscriptionId":&quo"t;60faa431-aab0-40c1-b409-0ee19b49f5d0","creator":"cs"}</string>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.