Great! thanks Edko66!!EdKo66 wrote:Wrong topic, but about once a week, Rob commits a new stable version.
Dashticz - Module - Calendar
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Dashticz - Module - Calendar
-
- Posts: 1273
- Joined: Saturday 24 January 2015 22:12
- Target OS: NAS (Synology & others)
- Domoticz version: 3.7067
- Location: NL
- Contact:
Re: Dashticz - Module - Calendar
Available now
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Dashticz - Module - Calendar
Hahah great service rob!robgeerts wrote:Available now
Thnx!!
Sent from my iPhone using Tapatalk
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Dashticz - Module - Calendar
does anyone know why the popup(that shows the agenda when ou click on the agenda list) works on a laptop but does not work on a Ipad?
this is the code I Use
BTW, the rest is working now with the new master version.
this is the code I Use
Code: Select all
// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar
var calendars = {}
calendars.f1 = { maxitems: 14, url: 'https://calendar.google.com/calendar/XXX&ctz=Europe/Amsterdam', icalurl: 'https://calendar.google.com/calendar/ical/XXX/private-XXX/basic.ics' }
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Module - Calendar
Isn't working at all for me, neither on laptop or tablet.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Dashticz - Module - Calendar
It's because the URL is not within the new setup(few posts back) I put it in again(check the code)EdKo66 wrote:Isn't working at all for me, neither on laptop or tablet.
Sent from my iPad using Tapatalk
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Dashticz - Module - Calendar
I figured out that it also isn't working in internet Explorer, also the calendar isn't working.Trigun wrote:does anyone know why the popup(that shows the agenda when ou click on the agenda list) works on a laptop but does not work on a Ipad?
this is the code I UseBTW, the rest is working now with the new master version.Code: Select all
// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar var calendars = {} calendars.f1 = { maxitems: 14, url: 'https://calendar.google.com/calendar/XXX&ctz=Europe/Amsterdam', icalurl: 'https://calendar.google.com/calendar/ical/XXX/private-XXX/basic.ics' }
seems like it uses some sort of browser cache
-
- Posts: 2
- Joined: Wednesday 31 May 2017 10:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: Veendam
- Contact:
Re: Dashticz - Module - Calendar
Hi all,
I managed to install the .ics calendar. However, I noticed that it doesn't show my whole day activity of today. Is this a known issue?
Furthermore, a reccuring full day event (an anniversary) is showing 3 times and all with the same date (for next year) with starting time 11:00 am. I believe this ís a known issue?
I also got the popup window to work. Does anyone know if it is possible to show a day or week view in stead of month view?
FYI, I just installed the latest bèta version of Dashticz.
Thanks in advance for your help/advice!
I managed to install the .ics calendar. However, I noticed that it doesn't show my whole day activity of today. Is this a known issue?
Furthermore, a reccuring full day event (an anniversary) is showing 3 times and all with the same date (for next year) with starting time 11:00 am. I believe this ís a known issue?
I also got the popup window to work. Does anyone know if it is possible to show a day or week view in stead of month view?
FYI, I just installed the latest bèta version of Dashticz.
Thanks in advance for your help/advice!
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Dashticz - Module - Calendar
Hi can you please share Your config? I am Still looking at getting the pop-up to work, its killing me so farGirbie wrote:Hi all,
I managed to install the .ics calendar. However, I noticed that it doesn't show my whole day activity of today. Is this a known issue?
Furthermore, a reccuring full day event (an anniversary) is showing 3 times and all with the same date (for next year) with starting time 11:00 am. I believe this ís a known issue?
I also got the popup window to work. Does anyone know if it is possible to show a day or week view in stead of month view?
FYI, I just installed the latest bèta version of Dashticz.
Thanks in advance for your help/advice!
Thnx in advance!
Sent from my iPhone using Tapatalk
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Module - Calendar
I can't get the popup working either. Not from the calendar or from the webcam.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Dashticz - Module - Calendar
Hi Girbi,Girbie wrote:Hi all,
I managed to install the .ics calendar. However, I noticed that it doesn't show my whole day activity of today. Is this a known issue?
Furthermore, a reccuring full day event (an anniversary) is showing 3 times and all with the same date (for next year) with starting time 11:00 am. I believe this ís a known issue?
I also got the popup window to work. Does anyone know if it is possible to show a day or week view in stead of month view?
FYI, I just installed the latest bèta version of Dashticz.
Thanks in advance for your help/advice!
Any chance you are able to help Edko66 and myself out here?
Would Be much appreciated.
Thnx and Cheers!
Verzonden vanaf mijn iPad met Tapatalk
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Dashticz - Module - Calendar
I have a google account and use the google calendar as well. How do I get the right hyperlink for my var definition in config.js? I have no experiende with .ical and the wiki doesn't explain this part.
-
- Posts: 76
- Joined: Saturday 31 December 2016 21:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Module - Calendar
Login to your google account and view calendars - hover the mouse over the calendar name in the section 'My Calendars' you should see a drop down button appear.
Click that, and choose 'Calendar Settings' from there, you will find the iCal url if you scroll down.
Click that, and choose 'Calendar Settings' from there, you will find the iCal url if you scroll down.
-
- Posts: 667
- Joined: Wednesday 08 March 2017 9:42
- Target OS: Linux
- Domoticz version: 3.8993
- Location: Amsterdam
- Contact:
Re: Dashticz - Module - Calendar
is the problem already solved in calendar when you have repeated items ? it show 1 hour difference. one time items are shown correct
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
-
- Posts: 742
- Joined: Saturday 30 May 2015 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: Dashticz - Module - Calendar
Thanks, that did the trick! However, I have all together 3 google accounts, so I added them all in the style like calendars.business and calendars.private (using our first names instead). The weirdest thing is that only 1 of 3 agenda's is shown, the other ones just show an empty black background (I therefore can see that there is some space reserved for them). I used the private ical link for all 3, I can't imagine that I should or have changed a setting within Google agenda that forbids showing these agenda's.Swifty wrote:Login to your google account and view calendars - hover the mouse over the calendar name in the section 'My Calendars' you should see a drop down button appear.
Click that, and choose 'Calendar Settings' from there, you will find the iCal url if you scroll down.
I also tried by pasting the ical hyperlink into the one working/showing agenda line of config.js, but that agenda disappeared right away on the dashboard, until I rolled back to the original ical for that agenda. I therefore can't have made a mistake in the config.js, but it has to do with the Google agenda (setting) itself.
-
- Posts: 2
- Joined: Tuesday 06 June 2017 8:32
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Dashticz - Module - Calendar
Had a look at the code and noticed that Internet explorer global variables are used (event and item), if you change those to for example: event1 and item1, the calendar should work in Internet explorer as well.Trigun wrote: I figured out that it also isn't working in internet Explorer, also the calendar isn't working.
seems like it uses some sort of browser cache
-
- Posts: 2
- Joined: Wednesday 31 May 2017 10:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Location: Veendam
- Contact:
Re: Dashticz - Module - Calendar
This is in my config.js file:Trigun wrote:Hi Girbi,Girbie wrote:Hi all,
I managed to install the .ics calendar. However, I noticed that it doesn't show my whole day activity of today. Is this a known issue?
Furthermore, a reccuring full day event (an anniversary) is showing 3 times and all with the same date (for next year) with starting time 11:00 am. I believe this ís a known issue?
I also got the popup window to work. Does anyone know if it is possible to show a day or week view in stead of month view?
FYI, I just installed the latest bèta version of Dashticz.
Thanks in advance for your help/advice!
Any chance you are able to help Edko66 and myself out here?
Would Be much appreciated.
Thnx and Cheers!
Verzonden vanaf mijn iPad met Tapatalk
Code: Select all
// iCalendar Plugin, supports all .ics calendar types like Google Calendar, Apple Calendar
var calendars = {}
calendars.prive = {width:12, maxitems: 5, icon:'fa-calendar', title: 'Kalender', url: 'https://calendar.google.com/calendar/embed?src=xxxxxxxxxxxx&ctz=Europe/Amsterdam', icalurl: 'https://calendar.google.com/calendar/ical/xxxxxxxxx/public/basic.ics'}
var _ICALENDAR_DATEFORMAT = 'DD/MM/YYYY HH:mm';
var _ICALENDAR_LOCALE = 'nl_NL'; //en,hu, etc.
-
- Posts: 1601
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Dashticz - Module - Calendar
Dear All
Is there perhaps a 0ffice365 plugin???
Or a way to use a 365 Calendar?
Is there perhaps a 0ffice365 plugin???
Or a way to use a 365 Calendar?
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 1601
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Dashticz - Module - Calendar
real nice stuff.!!
Some questions:
Can i adjust the size and color of the title, i use:
And that give:
Try to change that.....
Is there perhaps a option to change colors for this day events and the actual event.
Like actual green
the day blue
etc
And is it possible to load directly ical into the script?
So i can use the combined calendar out of the box with ical
Now i need to make for the formule a new calendar.
Kids holidays
Kids footbal etc
to get different colors
edit:
Do i mis the daily and week events in my screen?
Is that correct or do i have wrong settings?
I see only events / hour
Some questions:
Can i adjust the size and color of the title, i use:
Code: Select all
= {width:12, maxitems: 10, icon:'fa-calendar', title: 'Different color and size', icalurl: 'https://calendar.go
Is there perhaps a option to change colors for this day events and the actual event.
Like actual green
the day blue
etc
And is it possible to load directly ical into the script?
So i can use the combined calendar out of the box with ical
Now i need to make for the formule a new calendar.
Kids holidays
Kids footbal etc
to get different colors
edit:
Do i mis the daily and week events in my screen?
Is that correct or do i have wrong settings?
I see only events / hour
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz - Module - Calendar
Did someone get the IOs birthday calender working? Id like see the birthdays of my contacts in my Dashticz.
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
Who is online
Users browsing this forum: No registered users and 1 guest