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

Shabbos/Yom Tov times not on Outlook download

davidherskovic 3 years ago updated by Michael J. Radwin 3 years ago 1

In the past downloading the Holidays included Shabbos/Yom Tov start times but they're no longer there. How do I download times?

Answer
Michael J. Radwin 3 years ago

Hi, thanks for using Hebcal!

To get Shabbos/Yom Tov times for your city, visit our custom calendar creator at https://www.hebcal.com/hebcal

Check the various holiday/event options you want, and then type the name of your city in the "Candle-lighting & Fast times" box, and then pick from the drop-down list. See screen-shot below.


Then, click Create Calendar.


Then, you'll be able to click the Download button and select your calendar app (Outlook, Google Calendar, Apple, etc)

0
Under review

Year of Creation

Daniel Nuriyev 3 years ago updated 3 years ago 7

According to my calculations the first year of creation was -3761.
Year 2022 corresponds to 5782/3.

Year 1 corresponds to 3761/2.

There was no year 0 on the Gregorian Calendar.

Year -1 corresponds to 3760/1.
Since there was no year 0 on the Hebrew Calendar either, I subtract 3759 and find that the Hebrew year 1 corresponded to Gregorian year -3760 but it actually started in -3761.

Why does HebCal return -3759?

Answer
Michael J. Radwin 3 years ago

Understood. And yes, you're correct that this is a bug. Any date conversion between Gregorian and Hebrew calendars involving dates prior to the year 1752 C.E. (Hebrew year 5512) or earlier is guaranteed to be inaccurate.


Hebcal does not take into account a correction of eleven days that was introduced by Pope Gregory XIII known as the Gregorian Reformation. Wednesday, 2 September 1752, was followed by Thursday, 14 September 1752.

This has been a known issue with Hebcal for 30 years, and we haven't yet found the time to fix the bug.


If you're a programmer, we'd welcome a pull request. 


You could either start with Go implementation of Hebcal (look at the FromRD/ToRD functions)

https://github.com/hebcal/hdate/blob/main/hdate.go


Or with the ECMAScript/JavaScript implementation (look at functions abs2hebrew and hebrew2abs) 

https://github.com/hebcal/hebcal-es6/blob/main/src/hdate0.js

0
Planned

i looked up my birthdate from the hebrew calendar. the year can't possibly be right.

harry campbell18 3 years ago updated by Michael J. Radwin 3 years ago 1
0
Answered

syncing yahrtzeits between computer and android

hillela 3 years ago updated by Michael J. Radwin 3 years ago 1

How can yahrtzeits that are entered in Hebcal on the computer be synced or seen on android?

0
Completed

daf Yomi yerushalmi

galicianer 3 years ago updated by Michael J. Radwin 3 years ago 9

Is there a possibility of creating a daf Yomi yerushalmi subscription calendar for the new cycle that just began?

Answer
Michael J. Radwin 3 years ago

We've added a calendar feed for the Vilna Edition. Can you take a look and let us know what you think?


Daily regimen of learning the Jerusalem Talmud (Vilna Edition)

365 events per year · 5-year perpetual feed

iCalendar feed

https://download.hebcal.com/ical/yerushalmi-vilna.ics

0
Answered

Using Hebcal for a physical yahrzeit Board

Micha Moses 3 years ago updated by Michael J. Radwin 3 years ago 1

Hello,

In our Synagogue in Amsterdam RAS sjoel - RAS Sjoel we just installed a wooden Yharzeit board. In the small indivual name boards there is a lamp. The idea is that the lamp is switched on 2-3 days before the date and 2-3 after the date switched off. At present we are doing this manually, but we would like to do this automatically. 


In the back of the board we can install a kind of relay wich guides the lamps to switch on the gregorian date using the type of tables that are used by Hebcal/


Questions:

- Anybody having experience with this kind of solution ?

- Does anybody know and /or heard of a similar solution

- Is it possible to use the API.


Any advise and help is very welcome.


Thanks

0
Answered

calendar running on Arduino ?

Elhanan Maayan 3 years ago updated by Michael J. Radwin 3 years ago 1

hi.. i'm trying to re-create this item which appears to be have been discontinued jewish desk clock
i was thinking about using an arduino nano with LCD that has hebrew fonts, and an RTC component 

i was wondering if i could use your c library, but i'm not sure that's possible.  

Answer
Michael J. Radwin 3 years ago

Hi, thanks for contacting us.

There is a C command-line interface (not a library). It is not designed to be used in a library context (global variables, places where the code calls die() or exit()) but you are welcome to take a look. 

To find the older C code, go back in the GitHub repository to the latest 4.x release 


https://github.com/hebcal/hebcal/tree/v4.31

0
Fixed

In Hebcal, when cursor focus is in an input field, like the year, arrow key should only change position with field, not change the date.

mrl 3 years ago updated by Michael J. Radwin 3 years ago 2

In Hebcal, if the cursor focus is in an input field, like the year, and I hit the arrow key to move the cursor within the field, it change the whole date instead.  I.e. forward or back a date.   This is not normal web interface behavior. Can you fix this?  Thanks!

Answer
Michael J. Radwin 3 years ago

Thanks for using Hebcal, and thanks for the feedback! We disabled the ArrowLeft/ArrowRight navigation on the Hebrew Date Converter as we agree it doesn't work well on a web page that has interactive forms.

0
Answered

Get a list of all potential returned values of Leyning reading names

amnon 3 years ago updated by Michael J. Radwin 3 years ago 1

Hi,

I am using the Leyning API, then comparing the returned hebrer parasha name to a list I have in Excel.

Is there a way to get all potential returned name?

For example: לך-לך, סוכות א׳

Thanks

Answer
Michael J. Radwin 3 years ago

Thanks for using the Hebcal Leyning API!

We don't have a centralized list of all of the parsha and holiday names, it's scattered in a few different places.

The English & Hebrew names of the regular parshiyot are included here in this JSON file:

https://github.com/hebcal/hebcal-leyning/blob/main/src/aliyot.json


Note that for regular parashat haShavua, we return a numerical field called parshaNum which can be used as a mapping key which may be more convenient than using the name field. Bereshit = 1, Noach = 2, etc.

The names used for holiday readings in English transliteration (such as Sukkot I) are included here:

https://github.com/hebcal/hebcal-leyning/blob/main/src/holiday-readings.json

And if you want Hebrew equivalents of the holiday names (such as סוּכּוֹת א׳), you will find them here:

https://github.com/hebcal/hebcal-es6/blob/main/po/he.po

Please let us know if this helps, and good luck with the API!

0
Answered

Can't reinstall Hebcal

NSL 3 years ago updated by Michael J. Radwin 3 years ago 5

I had Hebcal installed on my Apple Watch 4 and it worked great. I upgraded to the Ultra. Hebcal isn't listed as an app in the Ultra or in the Watch App. If I go to the Watch Store it shows as purchased but I can't download it again. Purchased is grayed out and there is no download option. How do I get it back?

Answer
Michael J. Radwin 3 years ago

Thanks for your reply. We can see from the screen shot that you're using the App Store on an iPhone, not the App Store on the Watch itself.

Because our app is Apple Watch Only and doesn't have an iPhone companion app, trying to install a 2nd time via the iPhone app store won't work. (Bad user experience on Apple's part to show you a greyed-out Purchased button, but it's a bit understandable because Watch-only apps are relatively new. I'm hoping Apple will probably eventually fix this.)


The recommended workaround is to install the Hebcal app from the App Store on the watch itself.


Press the Digital Crown to see the Home screen, then tap the App Store.

Then tap the Search box at the top, type Hebcal, and tap the Search button on the top right.

Then follow the instructions we posted earlier.