Forum for Hebcal.com - Free Jewish holiday calendars, Hebrew date converters and Shabbat times
0
Answered

Google calendar resets the calendar

Ofir Reuveni 8 years ago updated by Michael J. Radwin 8 years ago 4

Hello,


I have imported (download) Hebcal to google calendars, After some days

the calendar name changed again to Hebcal H̱adera 2015-2016 and events where

This happens over and over again

gone, Have idea what can be ?
This is the link for shared calendar

Thank you
0
Answered

How to get Chanukah lighting times via API?

Aron Adler 8 years ago updated 8 years ago 2

Firstly, I am a big fan of Hebcal, and have used it before in this website.


Now I'd like to use Hebcal to display Chanukah lighting times in another website. How could I get these times on a daily basis via JavaScript request? I don't want to display them in a calendar, I just need them in a string to be requested each day.

0
Fixed

Havdalah time not returning in API call.

Karthik K 8 years ago updated by Michael J. Radwin 3 years ago 1

Sometimes the API is not returning all the values (shabbat times). For example click on the link provided below. It is not displaying the havdalah time.


Example API url:

http://www.hebcal.com/shabbat/?cfg=json&m=20&b=20&geonameid=6693679

API response:

stdClass Object

(
    [title] => Modiin, Central District, Israel
    [items] => Array
        (
            [0] => stdClass Object
                (
                    [category] => holiday
                    [memo] => The Jewish festival of rededication, also known as the Festival of Lights
                    [date] => 2015-12-07T16:55:00+02:00
                    [link] => http://www.hebcal.com/holidays/chanukah
                    [hebrew] => חנוכה: ב׳ נרות
                    [title] => Chanukah: 2 Candles: 4:55pm
                )

            [1] => stdClass Object
                (
                    [title] => Chanukah: 3 Candles: 4:55pm
                    [category] => holiday
                    [memo] => The Jewish festival of rededication, also known as the Festival of Lights
                    [date] => 2015-12-08T16:55:00+02:00
                    [hebrew] => חנוכה: ג׳ נרות
                    [link] => http://www.hebcal.com/holidays/chanukah
                )

            [2] => stdClass Object
                (
                    [title] => Chanukah: 4 Candles: 4:55pm
                    [category] => holiday
                    [memo] => The Jewish festival of rededication, also known as the Festival of Lights
                    [date] => 2015-12-09T16:55:00+02:00
                    [hebrew] => חנוכה: ד׳ נרות
                    [link] => http://www.hebcal.com/holidays/chanukah
                )

            [3] => stdClass Object
                (
                    [memo] => The Jewish festival of rededication, also known as the Festival of Lights
                    [category] => holiday
                    [date] => 2015-12-10T16:56:00+02:00
                    [hebrew] => חנוכה: ה׳ נרות
                    [link] => http://www.hebcal.com/holidays/chanukah
                    [title] => Chanukah: 5 Candles: 4:56pm
                )

            [4] => stdClass Object
                (
                    [memo] => The Jewish festival of rededication, also known as the Festival of Lights
                    [date] => 2015-12-11T16:16:00+02:00
                    [category] => holiday
                    [hebrew] => חנוכה: ו׳ נרות
                    [link] => http://www.hebcal.com/holidays/chanukah
                    [title] => Chanukah: 6 Candles: 4:16pm
                )

            [5] => stdClass Object
                (
                    [hebrew] => הדלקת נרות
                    [category] => candles
                    [date] => 2015-12-11T16:16:00+02:00
                    [title] => Candle lighting: 4:16pm
                )

            [6] => stdClass Object
                (
                    [title] => Parashat Miketz
                    [category] => parashat
                    [date] => 2015-12-12
                    [hebrew] => פרשת מקץ
                    [link] => http://www.hebcal.com/sedrot/miketz
                    [leyning] => stdClass Object
                        (
                            [8] => Numbers 28:9 - 28:15 | Shabbat Rosh Chodesh Chanukah
                            [3] => Genesis 41:39 - 41:52
                            [7] => Genesis 43:30 - 44:17
                            [maftir] => Numbers 7:42 - 7:47 | Shabbat Rosh Chodesh Chanukah
                            [6] => Genesis 43:16 - 43:29
                            [haftarah] => Zechariah 2:14-4:7 | Shabbat Rosh Chodesh Chanukah
                            [1] => Genesis 41:1 - 41:14
                            [torah] => Genesis 41:1 - 44:17
                            [4] => Genesis 41:53 - 42:18
                            [5] => Genesis 42:19 - 43:15
                            [2] => Genesis 41:15 - 41:38
                        )

                )

            [7] => stdClass Object
                (
                    [title] => Rosh Chodesh Tevet
                    [link] => http://www.hebcal.com/holidays/rosh-chodesh-tevet
                    [hebrew] => ראש חודש טבת
                    [category] => holiday
                    [memo] => Beginning of new Hebrew month of Tevet
                    [date] => 2015-12-12
                )

            [8] => stdClass Object
                (
                    [title] => Chanukah: 7 Candles: 4:56pm
                    [hebrew] => חנוכה: ז׳ נרות
                    [link] => http://www.hebcal.com/holidays/chanukah
                    [date] => 2015-12-12T16:56:00+02:00
                    [memo] => The Jewish festival of rededication, also known as the Festival of Lights
                    [category] => holiday
                )

        )

    [date] => 2015-12-07T09:11:07-00:00
    [link] => http://www.hebcal.com/shabbat/?m=20;b=20;geonameid=6693679;maj=on;min=on;mod=on;mf=on;ss=on;nx=on;c=on;i=on;geo=geoname
    [location] => stdClass Object
        (
            [latitude] => 31.89825
            [country] => Israel
            [geonameid] => 6693679
            [city] => Modiin
            [tzid] => Asia/Jerusalem
            [title] => Modiin, Central District, Israel
            [longitude] => 35.01051
            [admin1] => Central District
            [geo] => geoname
        )

)
Answer
Michael J. Radwin 3 years ago

Hi, thanks for the feedback.

We've made changes to how our API works and Chanukah candle-lighting times will no longer suppress regular Shabbat/Havdalah times. Here's an example to illustrate how the API now behaves (with 2 events on Friday night and 2 events on Saturday night).

http://www.hebcal.com/shabbat/?cfg=json&m=20&b=20&geonameid=6693679&gy=2015&gm=12&gd=12

{

"title": "Chanukah: 7 Candles",

"date": "2015-12-12T16:56:00+02:00",

"category": "holiday",

"subcat": "major",

"hebrew": "חנוכה: ז׳ נרות",

"leyning": {

"7": "Numbers 28:9 - 28:15",

"haftarah": "Zechariah 2:14-4:7",

"maftir": "Numbers 7:42 - 7:47"

},

"link": "https://www.hebcal.com/holidays/chanukah-2015?i=on&utm_source=js&utm_medium=api",

"memo": "Hanukkah, the Jewish festival of rededication. Also known as the Festival of Lights"

},

{

"title": "Havdalah (20 min): 16:56",

"date": "2015-12-12T16:56:00+02:00",

"category": "havdalah",

"title_orig": "Havdalah",

"hebrew": "הבדלה (20 דקות)"

},


Answer
Michael J. Radwin 9 years ago
Hi, thanks for your message. You can specify your preference for Havdalah minutes past sundown here:




For more information about what number to specify, read this article.

http://www.hebcal.com/home/96/what-is-havdalah-or-when-does-shabbat-end


0
Answered

a question about candle lighting times

ams 9 years ago updated 9 years ago 3
Hey there,

Is there a way of downloading a calendar without the candle lighting times?
0
Declined

Earliest candle lighting time in summer?

Cathy Young Gramze 9 years ago updated by Michael J. Radwin 9 years ago 2
Is it possible to add the earliest Halachic candle lighting time to the iCal calendar? These 16 hour summer days with a 9PM sunset are far too late for candle lighting and then supper. and I hate having to look up the sunrise time and doing the math to calculate that time myself.
0
Answered

Rosh Hashana/Yom Kippur

PrewrathDad 9 years ago updated by Michael J. Radwin 9 years ago 2
How often does Rosh Hashana of a current year fall on the same date as Yom Kippur of the following year? This happens in 2022 and 2023, so I was curious as to how often this occurs.
0
Fixed

Hebrew Date JS not working?

Susan B. 9 years ago updated 9 years ago 5
I put the JS for both Hebrew and Transliterated Hebrew date on this page https://bethemeth.org/jewish-calendar but it does not show up. In the next topic on the page, the JS for Shabbat times works great. The dates did work in the past. This is a Drupal site and I'm not a tech expert, so hoping someone can tell me where I went wrong. Thanks in advance.
Answer
Michael J. Radwin 9 years ago
Looks like a mismatch between http and https. Your synagogue website is https, but you were trying to load from hebcal over http. The security-level mismatch prevents the browser from fetching content from hebcal.com.

If your website uses https, you'll need to reference hebcal URLs using the same protocol.

We've updated our script tags to use // instead of http://. See the updated HTML you should use at this page:

http://www.hebcal.com/home/40/displaying-todays-hebrew-date-on-your-website


0
Answered

Getting just the parshat hashavua from a Hebrew or gregorian date using REST API

Seraphya Berrin 8 years ago updated by Michael J. Radwin 8 years ago 5

I was wondering if there is a way to get just the Parshat Hashavua for a given hebrew or gregorian date, the way it tells you that info when you go to the date converter https://www.hebcal.com/converter/

I ask because I made a google doc that if you input an Gregorian date it will tell you when the earliest Gregorian date is for a bar or bat mitzvah:
https://docs.google.com/spreadsheets/d/1_F1qHbJsZTLk6p8_QYWha7dnlcEHokuMHA1Rjx3nMqI/edit#gid=539710776

and I was wondering if I can also easily get another column to be the parsha for that date


Answer
Michael J. Radwin 8 years ago

The XML version now includes the parashat haShavua.


https://www.hebcal.com/converter/?cfg=xml&gd=28&gm=12&gy=2015&g2h=1


<hebcal>
 <gregorian year="2015" month="12" day="28"/>
 <hebrew year="5776" month="Tevet" day="16" str="ט״ז בְּטֵבֵת תשע״ו"/>
 <events>
  <event name="Parashat Shemot" href="http://www.hebcal.com/sedrot/shemot"/>
 </events>
</hebcal>
0

year in default

marc Slutsky 8 years ago 0

my calender automatically defaults to 2014, even when I put the current ( in this case 2016) in the settings box how can the default of 2014 be elimanited